aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 381c601589e2cc01cac2307a2f7a772cdaca71b1 (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
/Makefile.cfg
/obj
/include

# Old top-level generated things
/lib*.a
/lib*.dll
/crt*.o

# cache
/build.yml
/.config.yml
/.makeinc-cache

# that was for modules
arch/**/obj

# that's for python3 things
__pycache__

# and that's temporary files nobody wants
.DS_Store
.*.swp
.\#*
\#*#