diff options
| author | Miles Bader | 2007-07-30 05:36:46 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-07-30 05:36:46 +0000 |
| commit | 8f069875eb386abee5463cffd35fffe78a5e2049 (patch) | |
| tree | 4f0d5004d035c78c6d1ef331046691fdaf0ee23e | |
| parent | 9fb94aba052316f54c0c9c35aa0de6c1ab6ea10e (diff) | |
| download | emacs-8f069875eb386abee5463cffd35fffe78a5e2049.tar.gz emacs-8f069875eb386abee5463cffd35fffe78a5e2049.zip | |
Update some .arch-inventory files
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-77
Creator: Michael Olson <mwolson@gnu.org>
| -rw-r--r-- | lib-src/.arch-inventory | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/.arch-inventory | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib-src/.arch-inventory b/lib-src/.arch-inventory index 362f3aebf63..1b0b3aec45a 100644 --- a/lib-src/.arch-inventory +++ b/lib-src/.arch-inventory | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Ignore binaries | 1 | # Ignore binaries |
| 2 | backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|yow|emacsserver|hexl|update-game-score|etags|ctags|emacsclient|b2m|ebrowse|sorted-doc)$ | 2 | backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|blessmail|yow|emacsserver|hexl|update-game-score|etags|ctags|emacsclient|b2m|ebrowse|sorted-doc)$ |
| 3 | 3 | ||
| 4 | # Building actually makes a copy/link of the source file | 4 | # Building actually makes a copy/link of the source file |
| 5 | precious ^(ctags\.c)$ | 5 | precious ^(ctags\.c)$ |
diff --git a/lisp/emacs-lisp/.arch-inventory b/lisp/emacs-lisp/.arch-inventory new file mode 100644 index 00000000000..328861b72fc --- /dev/null +++ b/lisp/emacs-lisp/.arch-inventory | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | # Auto-generated lisp files, which we ignore | ||
| 2 | precious ^(cl-loaddefs)\.el$ | ||
| 3 | |||
| 4 | # arch-tag: d6986671-2713-4fed-ae51-7758ae0d4c10 | ||