]> git.eshelyaron.com Git - emacs.git/commitdiff
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-345
authorMiles Bader <miles@gnu.org>
Fri, 28 May 2004 01:55:45 +0000 (01:55 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 28 May 2004 01:55:45 +0000 (01:55 +0000)
Tweak source regexps so that building in place won't cause problems

.arch-inventory [new file with mode: 0644]
etc/.arch-inventory [new file with mode: 0644]
src/.arch-inventory [new file with mode: 0644]

diff --git a/.arch-inventory b/.arch-inventory
new file mode 100644 (file)
index 0000000..3733b7e
--- /dev/null
@@ -0,0 +1,3 @@
+precious ^(config\.status)$
+
+# arch-tag: 6eeeaa4e-cc7e-4b22-b3d7-1089e155da14
diff --git a/etc/.arch-inventory b/etc/.arch-inventory
new file mode 100644 (file)
index 0000000..2637a2d
--- /dev/null
@@ -0,0 +1,4 @@
+# Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile
+source ^(Makefile)$
+
+# arch-tag: 5a1d62e0-593a-48cd-8743-8d45dc58dfae
diff --git a/src/.arch-inventory b/src/.arch-inventory
new file mode 100644 (file)
index 0000000..9f6d601
--- /dev/null
@@ -0,0 +1,3 @@
+precious ^(config\.stamp|config\.h|epaths\.h)$
+
+# arch-tag: 277cc7ae-b3f5-44af-abf1-84c073164543