summarylogtreecommitdiffstats
path: root/.gitignore
blob: 2c26a28e96086dfcae3a3918f4487a0658323ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
build/
test/
src/
pkg/
*.xz
*.gz
*.zip
*.bz2
*.tgz
*.sig
*.asc
*.swp
cookies

*.log

*.c
*.cpp
*.h
*.hpp
*.o