Revert "org-table: Accept comma as a decimal mark to represent numbers"
[org-mode.git] / .gitignore
blobda553769c5c0abc264f04910ce3a9f44dd490476
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-install.el
34 org-version.el
35 org-*.tar*
36 org-*.zip
37 version.mk
38 manual
39 org_dual_license.texi
40 ORGWEBPAGE/Changes.txt
41 local*.mk
42 .gitattributes
43 mk/x11idle
45 # texi2pdf --tidy
47 doc/*.t2d
49 # aspell word and replacement lists
51 .aspell.org.pws
52 .aspell.org.prepl
54 # allow tmp and test directories that will not be tracked
56 test
58 auto
59 tmp
60 TODO
62 # and collateral damage from Emacs
65 .DS_Store
67 .#*
69 #\f
70 # Local variables:
71 # End: