Browse Source

Collapse the test .gitignores into just one section

- Also, it turns out the .dds textures are actually output, not input
Jesse Talavera-Greenberg 10 years ago
parent
commit
06984ae0a8
1 changed files with 2 additions and 6 deletions
  1. 2 6
      .gitignore

+ 2 - 6
.gitignore

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