summaryrefslogtreecommitdiff
path: root/.gitignore
blob: b9fdf61fce1ec58be847bb7ef4191403cd6c8779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# obj
*.so
*.o
*.a
*.os

# scons
.sconsign.dblite

# nix
result
result-*

# regular target which is not really used
build

# compile commands
.cache
compile_commands.json