blob: 328a7c06b702a865e7ee395a0ebc77522b0dc2ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
# default log dumps
log
|