summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 19cc12a5c5c9ca7860cfb28f432e38b97713f98c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# build directories
build/
build_client/
build_server/

# documentation build
doc/

# temporary folder
tmp/

# core dumps
core
core.*

# backup files
*~