summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 15 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ef642e2..169c402 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,16 @@
TAGS
-crep \ No newline at end of file
+crep
+
+/target
+*.rs.bk
+*.a
+*.dylib
+*.so
+*.so.[0-9]*
+*.o
+*.obj
+*.exp
+*.lib
+*.wasm
+.swiftpm
+zig-* \ No newline at end of file