org-mode/.gitignore

71 lines
806 B
Plaintext
Raw Normal View History

# Don't bother tracking a bunch of stuff when building and installing
# Org from the master git repository.
# ...by ignoring everything created by 'make', 'make doc', `make info'
# `make html_manual', `make release'
*.aux
*.bak
*.cp
*.cps
*.diff
*.dvi
*.elc
*.fn
*.fns
*.html
*.info
*.ky
*.kys
*.log
*.patch
*.pdf
*.pg
2009-06-18 21:23:04 +00:00
*.pgs
*.ps
*.toc
*.tp
*.vr
2009-02-13 16:35:10 +00:00
*.vrs
orgcard_letter.tex
2010-05-12 14:21:00 +00:00
orgcard.txt
org
org-install.el
org-version.*
org-*.tar.gz
org-*.zip
manual
org_dual_license.texi
2008-11-23 07:27:31 +00:00
ORGWEBPAGE/Changes.txt
local*.mk
.gitattributes
# texi2pdf --tidy
doc/*.t2d
# aspell word and replacement lists
.aspell.org.pws
.aspell.org.prepl
# allow tmp and test directories that will not be tracked
test
2010-05-16 05:04:55 +00:00
t
auto
tmp
2008-04-15 12:06:26 +00:00
TODO
# and collateral damage from Emacs
*~
.DS_Store
*#
.#*
2012-08-23 10:47:10 +00:00
/utils/x11idle
#
# Local variables:
# End: