aboutsummaryrefslogtreecommitdiff
path: root/.gitignore_global
blob: d2ae074e64a0f0e107a9f19feeb64da883bc1a59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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/