Don't gitignore all .cmake files...
This commit is contained in:
parent
c4dc12ec94
commit
eb7d1f2f90
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -15,7 +15,11 @@ INSTALL
|
||||||
Debug/
|
Debug/
|
||||||
*.o
|
*.o
|
||||||
lib*.a
|
lib*.a
|
||||||
|
cmake_install.cmake
|
||||||
CMakeFiles
|
CMakeFiles
|
||||||
CMakeCache.txt
|
CMakeCache.txt
|
||||||
*.cmake
|
CPackConfig.cmake
|
||||||
|
CPackSourceConfig.cmake
|
||||||
|
cmake_uninstall.cmake
|
||||||
|
CTestTestfile.cmake
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue