Browse Source

Add the test-built binaries to the .gitignore

Jesse Talavera-Greenberg 10 years ago
parent
commit
ae4b86f8af
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -42,6 +42,10 @@ Testing/*
 # Test input
 test/gtc/*.dds
 
+# Test binaries
+test/*/test-*
+glm/glm_dummy
+
 # Project Files
 *.cbp
 *.user