summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-05-02 21:14:02 +0200
committerHenry <mail@henrygressmann.de>2026-05-02 21:19:54 +0200
commitba1cf56464f8e5c3c7bcc2dc75f10aad2cd56e6b (patch)
treedd0bef203b31c494f48e72c1169f2f50ae7b6d21 /.gitignore
parentd3c6b705a3b1035adda66a92131e9ddf59fb46ab (diff)
chore: add more tests, fix issues with import types, cleanup doom example
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 3 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index c812a70..fd33a2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,12 +1,9 @@
/target
notes.md
-examples/rust/out/*
-examples/rust/target
-examples/rust/Cargo.lock
-examples/doom/out/*
-!examples/doom/out/.gitkeep
+examples/*/out/*
+examples/*/target
+examples/*/Cargo.lock
examples/doom/upstream/
-examples/doom/out/runtime/
*.wad
*.WAD
examples/wast/*