mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
8f069875eb
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77 Creator: Michael Olson <mwolson@gnu.org>
11 lines
367 B
Plaintext
11 lines
367 B
Plaintext
# Ignore binaries
|
|
backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|blessmail|yow|emacsserver|hexl|update-game-score|etags|ctags|emacsclient|b2m|ebrowse|sorted-doc)$
|
|
|
|
# Building actually makes a copy/link of the source file
|
|
precious ^(ctags\.c)$
|
|
|
|
# Windows generates this
|
|
backup ^(DOC)$
|
|
|
|
# arch-tag: da33b3d6-170d-4fe5-9eb8-ed2753bc9b4f
|