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

# scons
.sconsign.dblite

# nix
result
result-*

# regular target which is not really used
build