Added gitignore

- Ignores any compiled programs with the default name and any object files.
This commit is contained in:
2023-02-14 23:36:42 +00:00
parent f6a47d39e5
commit 1eaaabe215

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

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