2008-03-30 14:18:43 +00:00
|
|
|
|
# Don't bother tracking a bunch of stuff when building and installing
|
|
|
|
|
# Org from the master git repository.
|
|
|
|
|
|
2008-04-01 14:42:15 +00:00
|
|
|
|
# ...by ignoring everything created by 'make', 'make doc', `make info'
|
|
|
|
|
# `make html_manual', `make release'
|
2008-03-30 14:18:43 +00:00
|
|
|
|
|
|
|
|
|
*.aux
|
2008-04-01 14:42:15 +00:00
|
|
|
|
*.bak
|
2008-03-30 14:18:43 +00:00
|
|
|
|
*.cp
|
|
|
|
|
*.cps
|
2010-08-17 12:13:53 +00:00
|
|
|
|
*.diff
|
2008-04-01 14:42:15 +00:00
|
|
|
|
*.dvi
|
2008-05-06 00:06:09 +00:00
|
|
|
|
*.elc
|
2008-03-30 14:18:43 +00:00
|
|
|
|
*.fn
|
|
|
|
|
*.fns
|
|
|
|
|
*.html
|
2010-08-17 12:13:53 +00:00
|
|
|
|
*.info
|
2008-03-30 14:18:43 +00:00
|
|
|
|
*.ky
|
|
|
|
|
*.kys
|
|
|
|
|
*.log
|
2010-08-17 12:13:53 +00:00
|
|
|
|
*.patch
|
2008-03-30 14:18:43 +00:00
|
|
|
|
*.pdf
|
|
|
|
|
*.pg
|
2009-06-18 21:23:04 +00:00
|
|
|
|
*.pgs
|
2010-08-17 12:13:53 +00:00
|
|
|
|
*.ps
|
2008-03-30 14:18:43 +00:00
|
|
|
|
*.toc
|
|
|
|
|
*.tp
|
|
|
|
|
*.vr
|
2009-02-13 16:35:10 +00:00
|
|
|
|
*.vrs
|
2008-03-30 14:18:43 +00:00
|
|
|
|
orgcard_letter.tex
|
2010-05-12 14:21:00 +00:00
|
|
|
|
orgcard.txt
|
2008-04-01 14:42:15 +00:00
|
|
|
|
org
|
2012-10-02 10:19:39 +00:00
|
|
|
|
org-loaddefs.el
|
2012-08-26 08:18:23 +00:00
|
|
|
|
org-version.el
|
2018-05-09 00:25:02 +00:00
|
|
|
|
doc/org.texi
|
2012-08-27 17:14:39 +00:00
|
|
|
|
doc/org-version.inc
|
2017-06-23 18:54:02 +00:00
|
|
|
|
doc/org-version.tex
|
2012-08-26 08:18:23 +00:00
|
|
|
|
org-*.tar*
|
2012-09-15 16:49:18 +00:00
|
|
|
|
orgplus-*.tar*
|
2008-04-01 14:42:15 +00:00
|
|
|
|
org-*.zip
|
2012-08-26 08:18:23 +00:00
|
|
|
|
version.mk
|
2008-04-01 14:42:15 +00:00
|
|
|
|
manual
|
2008-06-16 15:05:31 +00:00
|
|
|
|
org_dual_license.texi
|
2008-11-23 07:27:31 +00:00
|
|
|
|
ORGWEBPAGE/Changes.txt
|
2011-11-13 10:53:12 +00:00
|
|
|
|
local*.mk
|
2011-12-16 09:33:45 +00:00
|
|
|
|
.gitattributes
|
2012-08-26 12:03:20 +00:00
|
|
|
|
mk/x11idle
|
2014-06-02 20:35:22 +00:00
|
|
|
|
ChangeLog
|
2008-03-30 14:18:43 +00:00
|
|
|
|
|
2012-01-05 19:54:52 +00:00
|
|
|
|
# texi2pdf --tidy
|
|
|
|
|
|
|
|
|
|
doc/*.t2d
|
|
|
|
|
|
2008-03-30 14:18:43 +00:00
|
|
|
|
# aspell word and replacement lists
|
|
|
|
|
|
|
|
|
|
.aspell.org.pws
|
|
|
|
|
.aspell.org.prepl
|
2008-04-01 14:42:15 +00:00
|
|
|
|
|
|
|
|
|
# allow tmp and test directories that will not be tracked
|
|
|
|
|
|
|
|
|
|
test
|
2010-05-16 05:04:55 +00:00
|
|
|
|
t
|
2008-04-08 11:13:12 +00:00
|
|
|
|
auto
|
2008-04-01 14:42:15 +00:00
|
|
|
|
tmp
|
2008-04-15 12:06:26 +00:00
|
|
|
|
TODO
|
2008-03-30 14:18:43 +00:00
|
|
|
|
|
|
|
|
|
# and collateral damage from Emacs
|
|
|
|
|
|
|
|
|
|
*~
|
2008-04-01 14:42:15 +00:00
|
|
|
|
.DS_Store
|
2008-04-04 21:44:48 +00:00
|
|
|
|
*#
|
|
|
|
|
.#*
|
2008-03-30 14:18:43 +00:00
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Local variables:
|
|
|
|
|
# End:
|