Skip to content

Commit 78f5d99

Browse files
authored
Merge pull request godotengine#1599 from enetheru/gitignore
Update .gitignore to add .idea for the Jetbrains CLion IDE
2 parents 64221fa + 9f5daa2 commit 78f5d99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,7 @@ compile_commands.json
195195
# Python development
196196
.venv
197197
venv
198+
199+
# Clion Configuration
200+
.idea/
201+
cmake-build-*

0 commit comments

Comments
 (0)