Update .gitignore
Only exclude _build, where CMake should be building to.
This commit is contained in:
parent
ee63307aee
commit
b31528d593
1 changed files with 1 additions and 6 deletions
7
src/.gitignore
vendored
7
src/.gitignore
vendored
|
@ -1,6 +1 @@
|
|||
*.jar
|
||||
CMakeCache.txt
|
||||
Makefile
|
||||
cmake_install.cmake
|
||||
|
||||
CMakeFiles/
|
||||
_build
|
||||
|
|
Loading…
Reference in a new issue