aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 8 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index a5707a7..676d40c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,13 @@
# Development
*.pem
-out/
-# CMake
-cmake-build-*/
-CMakeLists.txt
+# IDE
+.idea
+.vscode
-# Ninja
-.ninja_*
+# Tup
+.tup
+
+# Build Artifacts
+build
-# IDE
-.idea/