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