expand scope of files to ignore that are created by cmake/ctest
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@ -43,12 +43,12 @@ Thumbs.db
|
|||||||
|
|
||||||
#cmake
|
#cmake
|
||||||
/build*
|
/build*
|
||||||
/CMakeCache.txt
|
CMakeCache.txt
|
||||||
/CMakeFiles/
|
CMakeFiles
|
||||||
/Testing
|
|
||||||
/Makefile
|
/Makefile
|
||||||
/Testing
|
Testing
|
||||||
/cmake_install.cmake
|
Temporary
|
||||||
|
cmake_install.cmake
|
||||||
/lmp
|
/lmp
|
||||||
out/Debug
|
out/Debug
|
||||||
out/RelWithDebInfo
|
out/RelWithDebInfo
|
||||||
|
|||||||
Reference in New Issue
Block a user