mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
bf352eceda
* Makefile: Include default.mk and targets.mk from mk/ where they've been moved to. * README_maintainer: Rename utils to make throughout. * doc/Makefile: Rename utils to make throughout. * doc/org.texi: Remove reference to utils/, x11idle.c is now in contrib/scripts. * mk/make_emacs_changelog: Add mk/ to list of directories not to be reported in Emacs' ChangeLog. Also retain utils/ and re-add UTILITIES; add a comment explaining why these need to stay. * mk/default.mk: Rename utils to make throughout. Include version.mk from mk/ where it's been moved to. * mk/targets.mk: Rename utils to make throughout. * mk/server.mk: Rename utils to make throughout. Only put those files from mk/ into the archives that are needed outside the server: default.mk targets.mk version.mk and org-fixup.el. * lisp/org-compat.el: Rename utils to make throughout. * .gitignore: Rename utils to make throughout.
72 lines
812 B
Plaintext
72 lines
812 B
Plaintext
# 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
|
||
*.pgs
|
||
*.ps
|
||
*.toc
|
||
*.tp
|
||
*.vr
|
||
*.vrs
|
||
orgcard_letter.tex
|
||
orgcard.txt
|
||
org
|
||
org-install.el
|
||
org-version.el
|
||
org-*.tar*
|
||
org-*.zip
|
||
version.mk
|
||
manual
|
||
org_dual_license.texi
|
||
ORGWEBPAGE/Changes.txt
|
||
local*.mk
|
||
.gitattributes
|
||
mk/x11idle
|
||
|
||
# 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
|
||
t
|
||
auto
|
||
tmp
|
||
TODO
|
||
|
||
# and collateral damage from Emacs
|
||
|
||
*~
|
||
.DS_Store
|
||
*#
|
||
.#*
|
||
|
||
#
|
||
# Local variables:
|
||
# End:
|