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

# scons
.sconsign.dblite

# nix
result
result-*

# regular target which is not really used
build
bin

# compile commands
.cache
compile_commands.json