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:
parent
1dd230afde
commit
e692fcc770
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -98,3 +98,6 @@ libVkLayer_adreno.so
|
|||
|
||||
# Skyline logs
|
||||
*.sklog
|
||||
|
||||
# Android Studio Profiler Traces
|
||||
*.trace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue