diff options
| author | Henry <mail@henrygressmann.de> | 2026-05-02 21:14:02 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-05-02 21:19:54 +0200 |
| commit | ba1cf56464f8e5c3c7bcc2dc75f10aad2cd56e6b (patch) | |
| tree | dd0bef203b31c494f48e72c1169f2f50ae7b6d21 /.gitignore | |
| parent | d3c6b705a3b1035adda66a92131e9ddf59fb46ab (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-- | .gitignore | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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/* |
