diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-01-13 09:24:12 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-01-13 09:24:12 -0500 |
| commit | 128eec2ebf2b206b072463cd4c792cdd93664ca2 (patch) | |
| tree | fc5a9ac35b6a8d84cd659ece33a764c5aa5beff4 /.gitignore_global | |
| parent | ce07d4c3f62e4134b3869d02b091b911c40b945d (diff) | |
wranglin
Diffstat (limited to '.gitignore_global')
| -rw-r--r-- | .gitignore_global | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore_global b/.gitignore_global new file mode 100644 index 0000000..d2ae074 --- /dev/null +++ b/.gitignore_global @@ -0,0 +1,25 @@ +# rust? +**/target +**/*.rs.bk + +# idk +*.swp + +# compiled shaders +*.spv + +# mac pls +.DS_STORE + +# vim sessions +Session.vim + + +# yoinked from zig-lang +zig-cache/ +zig-out/ +/release/ +/debug/ +/build/ +/build-*/ +/docgen_tmp/ |
