lisp/org-table.el: fix table alignment
[org-mode/org-tableheadings.git] / .gitignore
blob1a72cc20b03279d5ddaea9a0d01fa76f70979ddc
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 orgguide
34 org-loaddefs.el
35 org-version.el
36 doc/org.texi
37 doc/orgguide.texi
38 doc/org-version.inc
39 doc/org-version.tex
40 org-*.tar*
41 orgplus-*.tar*
42 org-*.zip
43 version.mk
44 manual
45 org_dual_license.texi
46 ORGWEBPAGE/Changes.txt
47 local*.mk
48 .gitattributes
49 mk/x11idle
50 ChangeLog
52 # texi2pdf --tidy
54 doc/*.t2d
56 # aspell word and replacement lists
58 .aspell.org.pws
59 .aspell.org.prepl
61 # allow tmp and test directories that will not be tracked
63 test
65 auto
66 tmp
67 TODO
69 # and collateral damage from Emacs
72 .DS_Store
74 .#*
76 #\f
77 # Local variables:
78 # End: