Added gitignore

- Ignores any compiled programs with the default name and any object files.
This commit is contained in:
Barry Kane 2023-02-14 23:36:42 +00:00
parent e446a6c796
commit 37bf51e8a1
1 changed files with 2 additions and 0 deletions

2
SDL2-Bits-And-Pieces/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
a.out
*.o