Updated gitignore

This commit is contained in:
zv0n 2021-05-25 16:35:46 +02:00
parent 91df7c3f63
commit cc6f3f838b

3
.gitignore vendored
View File

@ -1,6 +1,7 @@
*.png *.png
*.bmp *.bmp
*.o *.o
*.a
*.so *.so
*.so.* *.so.*
*.dylib *.dylib
@ -16,3 +17,5 @@ test
tetris/tetris tetris/tetris
.cache .cache
compile_commands.json compile_commands.json
.DS_Store
*.bak