Add .trace files to .gitignore

We want to ignore all `.trace` files as they correspond to Android Studio profiler's native call traces which may be stored in the Skyline directory for easy access.
This commit is contained in:
PixelyIon 2022-04-25 20:59:53 +05:30
parent 1dd230afde
commit e692fcc770

3
.gitignore vendored
View File

@ -98,3 +98,6 @@ libVkLayer_adreno.so
# Skyline logs
*.sklog
# Android Studio Profiler Traces
*.trace