org-table: Fix failing tests
[org-mode/org-tableheadings.git] / .gitignore
blob68d94d5956a75b1517fba1ce1385eaee10304652
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 doc/org-version.tex
37 org-*.tar*
38 orgplus-*.tar*
39 org-*.zip
40 version.mk
41 manual
42 org_dual_license.texi
43 ORGWEBPAGE/Changes.txt
44 local*.mk
45 .gitattributes
46 mk/x11idle
47 ChangeLog
49 # texi2pdf --tidy
51 doc/*.t2d
53 # aspell word and replacement lists
55 .aspell.org.pws
56 .aspell.org.prepl
58 # allow tmp and test directories that will not be tracked
60 test
62 auto
63 tmp
64 TODO
66 # and collateral damage from Emacs
69 .DS_Store
71 .#*
73 #\f
74 # Local variables:
75 # End: