Release 6.05b.
[org-mode.git] / .gitignore
blob26f6255550eb44b4c28ce2a56ae5c68df9335b27
1 # Don't bother tracking a bunch of stuff when building and installing
2 # Org from the master git repository.
4 # ...by ignoring everything created by 'make', 'make doc', `make info'
5 #    `make html_manual', `make release'
7 *.aux
8 *.bak
9 *.cp
10 *.cps
11 *.dvi
12 *.elc
13 *.fn
14 *.fns
15 *.html
16 *.ky
17 *.kys
18 *.log
19 *.pdf
20 *.pg
21 *.toc
22 *.tp
23 *.vr
24 *.dvi
25 *.ps
26 orgcard_letter.tex
27 org
28 org-install.el
29 org-*.tar.gz
30 org-*.zip
31 manual
32 org_dual_license.texi
34 # aspell word and replacement lists
36 .aspell.org.pws
37 .aspell.org.prepl
39 # allow tmp and test directories that will not be tracked
41 test
42 auto
43 tmp
44 TODO
46 # and collateral damage from Emacs
49 .DS_Store
51 .#*
53 #\f
54 # Local variables:
55 # fill-column: 72
56 # mode: conf
57 # End: