Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-401
More build-in-place tweaking of arch tagging
This commit is contained in:
parent
66189a403f
commit
92aed8bec9
9 changed files with 33 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
precious ^(config\.status)$
|
||||
# Generated files
|
||||
precious ^(config\.status|config\.cache)$
|
||||
|
||||
# Build-in-place makes these directories, so just ignore them
|
||||
precious ^(info)$
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# 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)$
|
||||
|
||||
|
|
4
leim/.arch-inventory
Normal file
4
leim/.arch-inventory
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Auto-generated files, which ignore.
|
||||
precious ^(stamp-subdir|changed\..*|leim-list\.el)$
|
||||
|
||||
# arch-tag: a4cda8ae-2a52-4d85-bd29-14e25c7ed2a2
|
4
leim/quail/.arch-inventory
Normal file
4
leim/quail/.arch-inventory
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Auto-generated lisp files, which ignore.
|
||||
precious ^([A-Z]*|tsang-.*|quick-.*)\.el$
|
||||
|
||||
# arch-tag: 3d0d3e6b-f7c3-4dce-9135-a72ba7fe095d
|
7
lib-src/.arch-inventory
Normal file
7
lib-src/.arch-inventory
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Ignore binaries
|
||||
backup ^(test-distrib|make-docfile|profile|digest-doc|movemail|cvtmail|fakemail|yow|emacsserver|hexl|update-game-score|etags|ctags|emacsclient|b2m|ebrowse)$
|
||||
|
||||
# Building actually makes a copy/link of the source file
|
||||
precious ^(ctags\.c)$
|
||||
|
||||
# arch-tag: da33b3d6-170d-4fe5-9eb8-ed2753bc9b4f
|
|
@ -1,4 +1,7 @@
|
|||
# Auto-generated lisp files, which ignore
|
||||
precious ^(loaddefs|finder-inf|cus-load)\.el$
|
||||
|
||||
# Something generated during a windows build?!?
|
||||
precious ^(Makefile\.unix)$
|
||||
|
||||
# arch-tag: fc62dc9f-3a91-455b-b8e7-d49df66beee0
|
||||
|
|
4
lisp/eshell/.arch-inventory
Normal file
4
lisp/eshell/.arch-inventory
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Generated files
|
||||
precious ^(esh-groups)\.el$
|
||||
|
||||
# arch-tag: 8dc7bfaa-6ca6-4be0-915a-1e539c3dabfb
|
4
lispref/.arch-inventory
Normal file
4
lispref/.arch-inventory
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Generated files
|
||||
precious ^(config\.status|config\.cache)$
|
||||
|
||||
# arch-tag: dde817a2-94ff-4c6e-838c-bb5b33e7f0df
|
|
@ -4,4 +4,6 @@ source ^\.(gdbinit|dbxinit)$
|
|||
# Auto-generated files, which ignore
|
||||
precious ^(config\.stamp|config\.h|epaths\.h)$
|
||||
|
||||
backup ^(stamp-oldxmenu|prefix-args|temacs|emacs|emacs-[0-9.]*)$
|
||||
|
||||
# arch-tag: 277cc7ae-b3f5-44af-abf1-84c073164543
|
||||
|
|
Loading…
Add table
Reference in a new issue