Skip to content

Commit b8f33bc

Browse files
ignore files generated by JetBrains
1 parent 15839ff commit b8f33bc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ docs/_build
4343
# Visual Studio Code Configurations
4444
.vscode
4545

46+
# JetBrains
47+
.idea
48+
4649
# clangd
4750
.cache
4851
.clangd
@@ -57,6 +60,9 @@ CMakeCache.txt
5760
CMakeFiles
5861
.atom-build.json
5962

63+
# Generated by JetBrains IDEs
64+
cmake-build-*
65+
6066
#==============================================================================#
6167
# Ignore compile database
6268
#==============================================================================#

0 commit comments

Comments
 (0)