Browse Source

Merge pull request #423 from JesseTG/jtg/ignore-more

Small improvements to the .gitignore #423
Christophe R. 10 years ago
parent
commit
b7ee25e227
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .gitignore

+ 3 - 3
.gitignore

@@ -36,11 +36,11 @@ install_manifest.txt
 *.cmake
 # ^ May need to add future .cmake files as exceptions
 
-# Test logs
+# Test output
 Testing/*
-
-# Test input
+test/*/test-*
 test/gtc/*.dds
+glm/glm_dummy
 
 # Project Files
 *.cbp