summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore23
1 files changed, 23 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4ea5798..90873cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,26 @@
/spec/reports/
/tmp/
Gemfile.lock
+
+# Rust build artifacts
+/target/
+**/*.rs.bk
+Cargo.lock
+
+# Ruby extension build artifacts
+*.bundle
+*.so
+*.dylib
+*.dll
+mkmf.log
+
+# OS artifacts
+.DS_Store
+Thumbs.db
+
+# Editor artifacts
+*.swp
+*.swo
+*~
+.vscode/
+.idea/