aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-14 18:30:12 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-14 18:30:12 +0200
commit291cb06fc2d578ac19c01ebda9b71f94733af0e8 (patch)
tree42de2f30f49d1bf86239074abfa9578d560c7e1e /.gitignore
parent3a3ed761881ac220b517c30e1e4596ecead4f354 (diff)
Fix comment queries for Neovim
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore26
1 files changed, 22 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index e60b124..a0c8c50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,22 @@
-/node_modules/
-/target/
-Cargo.lock
-package-lock.json
+target/
+build/
+prebuilds/
+node_modules/
+*.tgz
+.build/
+Package.resolved
+_obj/
+.venv/
+dist/
+*.egg-info
+*.whl
+*.a
+*.so
+*.so.*
+*.dylib
+*.dll
+*.pc
+/examples/*/
+*.wasm
+*.obj
+*.o