Add Skyline Logs to .gitignore

It's useful to place Skyline logs within the project folder for easy access in Android Studio but they shouldn't be committed to the repository. They have been added to `.gitignore` to prevent them from being tracked or committed.
This commit is contained in:
PixelyIon 2021-11-12 01:43:48 +05:30
parent 5ed26fef23
commit e8656a362f

3
.gitignore vendored
View File

@ -95,3 +95,6 @@ lint/reports/
# Adreno Validation Layer
libVkLayer_adreno.so
# Skyline logs
*.sklog