aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore16
1 files changed, 11 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index d75ac4e..2555c6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,13 @@
-# IDE
-/.idea/
+# CLion
+.idea
# CMake
-/cmake-build-*
-/build/
-/deps/
+cmake-build-*
+build
+deps
+
+# Soyuz
+soyuz.log
+
+# Visual Studio Code
+.vscode