Update ebuild a bit.
[tuxanci.git] / .gitignore
blob2d2dbc80c9a1b169546903f5b825002fceadc032
1 ### General section ###
2 # build directory
3 build/
5 ### xHire's section ###
6 # private scripts
7 ai.sh
8 build.sh
9 patch.sh
10 chmod.sh
11 indent.sh
13 # notes
14 NOTES
15 HANDBOOK
16 CHANGELOG
17 handbook_data/
19 # tmp folder
20 tmp/
22 # core dumps
23 core.*
25 # backup files
28 # debug files
29 DEBUG.*