summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1180e528a8d7af4d769eaf8d3d2b6c16255aef38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
### General section ###
# build directory
build/
doc/

### xHire's section ###
# private scripts
ai.sh
build.sh
patch.sh
chmod.sh
indent.sh

# notes
NOTES
CHANGELOG
handbook_data/

# tmp folder
tmp/

# core dumps
core.*

# backup files
*~

# debug files
DEBUG.*