Updating the .gitignore to filter debug trash

This commit is contained in:
Sylae Corell
2013-06-20 18:35:52 -06:00
parent d289ae871f
commit 79fb502eb5

4
.gitignore vendored
View File

@@ -16,3 +16,7 @@
*.exe *.exe
*.out *.out
*.app *.app
# Win32 Code::Blocks directories
Win32/*/bin
Win32/*/obj