Export: Make sure all preprocessor functions see the whole buffer
[org-mode.git] / .gitignore
blob14d947298c0d3ddf2a5c7b7ef130196eb46c6587
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 *.vrs
25 *.dvi
26 *.ps
27 orgcard_letter.tex
28 org
29 org-install.el
30 org-*.tar.gz
31 org-*.zip
32 manual
33 org_dual_license.texi
34 ORGWEBPAGE/Changes.txt
36 # aspell word and replacement lists
38 .aspell.org.pws
39 .aspell.org.prepl
41 # allow tmp and test directories that will not be tracked
43 test
44 auto
45 tmp
46 TODO
48 # and collateral damage from Emacs
51 .DS_Store
53 .#*
55 #\f
56 # Local variables:
57 # fill-column: 72
58 # mode: conf
59 # End: