repo.or.cz
/
tuxanci.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update ebuild a bit.
[tuxanci.git]
/
.gitignore
blob
2d2dbc80c9a1b169546903f5b825002fceadc032
1
### General section ###
2
# build directory
3
build/
4
5
### xHire's section ###
6
# private scripts
7
ai.sh
8
build.sh
9
patch.sh
10
chmod.sh
11
indent.sh
12
13
# notes
14
NOTES
15
HANDBOOK
16
CHANGELOG
17
handbook_data/
18
19
# tmp folder
20
tmp/
21
22
# core dumps
23
core.*
24
25
# backup files
26
*~
27
28
# debug files
29
DEBUG.*