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

# scons
.sconsign.dblite

# nix
result

# regular target which is not really used
build