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

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

# cache
/build.yml
/.config.yml
/.*cache*
.*.chg

# that was for modules
arch/**/obj

# that's for python3 things
__pycache__

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