Skip to content

Commit 10de470

Browse files
Added cmake to gitignore
1 parent 4a02bfc commit 10de470

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

Diff for: test/.gitignore

+19-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
build
1+
build
2+
### CMake ###
3+
CMakeLists.txt.user
4+
CMakeCache.txt
5+
CMakeFiles
6+
CMakeScripts
7+
Testing
8+
Makefile
9+
cmake_install.cmake
10+
install_manifest.txt
11+
compile_commands.json
12+
CTestTestfile.cmake
13+
_deps
14+
15+
### CMake Patch ###
16+
CMakeUserPresets.json
17+
18+
# External projects
19+
*-prefix/

0 commit comments

Comments
 (0)