mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-18 10:16:51 +00:00
92aed8bec9
More build-in-place tweaking of arch tagging
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
# Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile
|
|
source ^(Makefile)$
|
|
|
|
# Generated files
|
|
backup ^(DOC|DOC-[0-9.]*)$
|
|
|
|
# Install-in-place on NT makes this directory, so just ignore it
|
|
backup ^(icons)$
|
|
|
|
# arch-tag: 5a1d62e0-593a-48cd-8743-8d45dc58dfae
|