Add the test-built binaries to the .gitignore

This commit is contained in:
Jesse Talavera-Greenberg 2015-10-02 17:20:59 -04:00
parent daaf86dcef
commit ae4b86f8af

4
.gitignore vendored
View File

@ -42,6 +42,10 @@ Testing/*
# Test input # Test input
test/gtc/*.dds test/gtc/*.dds
# Test binaries
test/*/test-*
glm/glm_dummy
# Project Files # Project Files
*.cbp *.cbp
*.user *.user