From 9159270e87dc14eecd34b3410e56051bfdaab57f Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Sat, 5 Feb 2022 15:53:30 -0400 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