Yet more build-in-place tweaking of arch tagging
# 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)$
# 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
# 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