about summary refs log tree commit diff
path: root/.gitignore
blob: 2e7c44e7922ed09feb10b4fc463d08b4be232f03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.DS_STORE

# compilation output
*.cgi
*.o

# generated favicon
assets/favicon.ico

# user config
/config.h

# doxygen generated docs
/doc/html
/doc/man/man3

# nix
/result*

# t
.TODO.done