From ae4b86f8af4af62c275b0ad800afb48ef3419a75 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Fri, 2 Oct 2015 17:20:59 -0400 Subject: [PATCH] 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