aboutsummaryrefslogtreecommitdiff
path: root/.gitignore_global
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore_global')
-rw-r--r--.gitignore_global25
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore_global b/.gitignore_global
new file mode 100644
index 0000000..d2ae074
--- /dev/null
+++ b/.gitignore_global
@@ -0,0 +1,25 @@
+# rust?
+**/target
+**/*.rs.bk
+
+# idk
+*.swp
+
+# compiled shaders
+*.spv
+
+# mac pls
+.DS_STORE
+
+# vim sessions
+Session.vim
+
+
+# yoinked from zig-lang
+zig-cache/
+zig-out/
+/release/
+/debug/
+/build/
+/build-*/
+/docgen_tmp/