Collapse the test .gitignores into just one section

- Also, it turns out the .dds textures are actually output, not input
This commit is contained in:
Jesse Talavera-Greenberg 2015-10-02 17:22:28 -04:00
parent ae4b86f8af
commit 06984ae0a8

8
.gitignore vendored
View File

@ -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