summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 808aaa5cc0febcb11f5d365442d0d46cd78e84bf (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
27
# obj
*.so
*.o
*.a
*.os

# scons
.sconsign.dblite

# nix
result*

# regular target which is not really used
build
bin

# compile commands
.cache
compile_commands.json

# default log dumps
log

# Doc ignores
docs/html
docs/latex
docs/xml