Skip to content

Commit 64f68cd

Browse files
authored
Merge pull request #4532 from CJMobileApps/cmake-ignore-cmake-build-debug
ignore `cmake-build-debug` generated by CMake in CLion IDE
2 parents 6a02bb1 + adf2765 commit 64f68cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CMake.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,10 @@ compile_commands.json
1010
CTestTestfile.cmake
1111
_deps
1212
CMakeUserPresets.json
13+
14+
# CLion
15+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
16+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
17+
# and can be added to the global gitignore or merged into this file. For a more nuclear
18+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
19+
#cmake-build-*

0 commit comments

Comments
 (0)