mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 10:37:35 +02:00
add release/debug/gprof/valgrind to gitignore
This commit is contained in:
parent
54543935be
commit
6f7162132e
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue