summaryrefslogtreecommitdiff
path: root/.gitignore
blob: fea16bc108a302712705392d60bf22ff5616626d (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*

# regular target which is not really used
build
bin

# compile commands
.cache
compile_commands.json