org-agenda.el (org-agenda-goto-date): Fix behavior when using sticky agendas
[org-mode.git] / .gitignore
blobcc4ac33fc1cc8b7b4bfb56f1e44b852b7b466afa
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 doc/org-version.inc
36 org-*.tar*
37 org-*.zip
38 version.mk
39 manual
40 org_dual_license.texi
41 ORGWEBPAGE/Changes.txt
42 local*.mk
43 .gitattributes
44 mk/x11idle
46 # texi2pdf --tidy
48 doc/*.t2d
50 # aspell word and replacement lists
52 .aspell.org.pws
53 .aspell.org.prepl
55 # allow tmp and test directories that will not be tracked
57 test
59 auto
60 tmp
61 TODO
63 # and collateral damage from Emacs
66 .DS_Store
68 .#*
70 #\f
71 # Local variables:
72 # End: