0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 23:46:27 +00:00
org-mode/.gitignore
Achim Gratz ee9e27e66e server.mk: add version.mk to distribution archives
* targets.mk: If $(ORGVERSION) and $(GITVERSION) are not defined and
  cannot be determined from Git, try to read `version.mk´.  Fall back
  to "N/A" if still no definition has been made.

* utils/server.mk: Create `version.mk´ for each distribution.  Append
  "-dist" and "-elpa" to $(GITVERSION) to easily recognize builds from
  distribution archives.  Remove `version.mk´ in `cleanrel´ and use
  the same globbing patterns as .gitignore.

* .gitignore: Add "version.mk", also ignore ELPA archive (no ".gz"
  suffix) and only "org-version.el" (no globbing).
2012-08-26 10:32:11 +02:00

72 lines
816 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
# 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
*#
.#*
/utils/x11idle
#
# Local variables:
# End: