Преглед на файлове

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-*