From e8656a362fd6f143bddf087b14108d5ffddcfdd3 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Fri, 12 Nov 2021 01:43:48 +0530 Subject: [PATCH] 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 502ed50a..2c43c29f 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,6 @@ lint/reports/ # Adreno Validation Layer libVkLayer_adreno.so + +# Skyline logs +*.sklog