org-export: Fix code typo
[org-mode.git] / .gitignore
bloba9d73ad145e5d2e8e73c69c024a64a7c6e847759
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 *.diff
12 *.dvi
13 *.elc
14 *.fn
15 *.fns
16 *.html
17 *.info
18 *.ky
19 *.kys
20 *.log
21 *.patch
22 *.pdf
23 *.pg
24 *.pgs
25 *.ps
26 *.toc
27 *.tp
28 *.vr
29 *.vrs
30 orgcard_letter.tex
31 orgcard.txt
32 org
33 org-loaddefs.el
34 org-version.el
35 doc/org-version.inc
36 org-*.tar*
37 orgplus-*.tar*
38 org-*.zip
39 version.mk
40 manual
41 org_dual_license.texi
42 ORGWEBPAGE/Changes.txt
43 local*.mk
44 .gitattributes
45 mk/x11idle
47 # texi2pdf --tidy
49 doc/*.t2d
51 # aspell word and replacement lists
53 .aspell.org.pws
54 .aspell.org.prepl
56 # allow tmp and test directories that will not be tracked
58 test
60 auto
61 tmp
62 TODO
64 # and collateral damage from Emacs
67 .DS_Store
69 .#*
71 #\f
72 # Local variables:
73 # End: