From fce560dd898ea6df1a4f07437208833abf43b0b9 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Fri, 21 Oct 2022 05:12:14 -0300 Subject: [PATCH] chore: don't commit *.sh files --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b12f3c1..e29d9c7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,9 @@ **/*.log **/*.bin -# Build on WIndows +# Build on Windows /.build_config -/lib/SDL2 \ No newline at end of file +/lib/SDL2 + +# Any Custom Scripts for Debugging purposes +*.sh \ No newline at end of file