mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
55e0a9c697
Build-in-place tweak Patches applied: * lorentey@elte.hu--2004/emacs--multi-tty--0--patch-224 Added sorted-doc to backup regex in lib-src.
11 lines
357 B
Plaintext
11 lines
357 B
Plaintext
# Ignore binaries
|
|
backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|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
|