From 06984ae0a82087b3ab2535801998101bf529d93d Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 2 Oct 2015 17:22:28 -0400 Subject: [PATCH] Collapse the test .gitignores into just one section - Also, it turns out the .dds textures are actually output, not input --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 9acf329c..9de3e1f5 100644 --- a/.gitignore +++ b/.gitignore @@ -36,14 +36,10 @@ install_manifest.txt *.cmake # ^ May need to add future .cmake files as exceptions -# Test logs +# Test output Testing/* - -# Test input -test/gtc/*.dds - -# Test binaries test/*/test-* +test/gtc/*.dds glm/glm_dummy # Project Files