Skip to content

Commit b7a22f6

Browse files
adding cmake stuff in gitignore
1 parent 5b8be99 commit b7a22f6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,19 @@
66
.vs
77
build
88
.idea/
9+
### CMake ###
10+
CMakeLists.txt.user
11+
CMakeCache.txt
12+
CMakeFiles
13+
CMakeScripts
14+
Testing
15+
Makefile
16+
cmake_install.cmake
17+
install_manifest.txt
18+
compile_commands.json
19+
CTestTestfile.cmake
20+
_deps
21+
22+
### CMake Patch ###
23+
# External projects
24+
*-prefix/

0 commit comments

Comments
 (0)