소스 검색

Merge pull request #1599 from enetheru/gitignore

Update .gitignore to add .idea for the Jetbrains CLion IDE
David Snopek 1 년 전
부모
커밋
78f5d99fd9
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -195,3 +195,7 @@ compile_commands.json
 # Python development
 .venv
 venv
+
+# Clion Configuration
+.idea/
+cmake-build-*