mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-22 10:09:24 +01:00
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
3
.gitignore
vendored
3
.gitignore
vendored
@ -98,3 +98,6 @@ libVkLayer_adreno.so
|
||||
|
||||
# Skyline logs
|
||||
*.sklog
|
||||
|
||||
# Android Studio Profiler Traces
|
||||
*.trace
|
||||
|
Loading…
Reference in New Issue
Block a user