From ae4b86f8af4af62c275b0ad800afb48ef3419a75 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 2 Oct 2015 17:20:59 -0400 Subject: [PATCH 1/2] Add the test-built binaries to the .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b726899f..9acf329c 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,10 @@ Testing/* # Test input test/gtc/*.dds +# Test binaries +test/*/test-* +glm/glm_dummy + # Project Files *.cbp *.user From 06984ae0a82087b3ab2535801998101bf529d93d Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 2 Oct 2015 17:22:28 -0400 Subject: [PATCH 2/2] 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