add release/debug/gprof/valgrind to gitignore

This commit is contained in:
Zach Pomerantz 2016-11-22 11:37:39 -05:00
parent 54543935be
commit 6f7162132e

4
.gitignore vendored
View file

@ -4,6 +4,10 @@ CMakeFiles/
CMakeScripts/ CMakeScripts/
cmake_install.cmake cmake_install.cmake
build*/ build*/
release*/
debug*/
gprof*/
valgrind*/
ext/ ext/
Makefile Makefile
*.user *.user