Skip to content

Commit 6571482

Browse files
added CMake into gitignore
1 parent edd5b65 commit 6571482

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)