Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-403

Yet more build-in-place tweaking of arch tagging
This commit is contained in:
Miles Bader 2004-06-12 13:13:44 +00:00
parent 95e4a189b4
commit e9b95bbf8a
3 changed files with 6 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile
source ^(Makefile)$
# Generated files
backup ^(DOC|DOC-[0-9.]*)$
# Generated files (DOC-X is generated on windows)
backup ^(DOC(|-[0-9.]*|-X))$
# Install-in-place on NT makes this directory, so just ignore it
backup ^(icons)$

View file

@ -1,4 +1,4 @@
# Auto-generated lisp files, which ignore.
precious ^([A-Z]*|tsang-.*|quick-.*)\.el$
precious ^([A-Z0-9].*|tsang-.*|quick-.*)\.el$
# arch-tag: 3d0d3e6b-f7c3-4dce-9135-a72ba7fe095d

View file

@ -4,4 +4,7 @@ backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|
# 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