repo.or.cz
/
james-home.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix lazy logic
[james-home.git]
/
.gitignore
blob
db2d68b8bb56e5fb353763174b0af3b983dfc985
1
# as this is the top level .gitignore and I don't want this crap to recurse the tree, leading /'s are important.
2
# dotfiles
3
/.*
4
# directories
5
/Maildir/
6
/Mail/
7
/News/
8
/tmp/
9
/mnt/
10
/doc/
11
/lib/
12
/src/
13
/src01/
14
/Downloads/
15
/Calibre Library/
16
/PDF/
17
# backups
18
*~
19
\#*.*\#
20
# org exports/latex
21
/*.lof
22
/*.lol
23
/*.lot
24
/*.pdf
25
/*.tex
26
/*.html