Mercurial > emacs
comparison src/.arch-inventory @ 83244:bc15f13b0544
Add some new precious/backup patterns in src/.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-284
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 04 Feb 2005 00:08:28 +0000 |
parents | d1ccd8aa7b94 |
children | b6689e223e2f |
comparison
equal
deleted
inserted
replaced
83243:a464201fbd10 | 83244:bc15f13b0544 |
---|---|
1 # Source files which don't match the usual naming conventions, mostly dot files | 1 # Source files which don't match the usual naming conventions, mostly dot files |
2 source ^\.(gdbinit|dbxinit)$ | 2 source ^\.(gdbinit|dbxinit)$ |
3 | 3 |
4 # Auto-generated files, which ignore | 4 # Auto-generated files, which ignore |
5 precious ^(config\.stamp|config\.h|epaths\.h|TAGS-LISP)$ | 5 precious ^(config\.stamp|config\.h|epaths\.h|TAGS-LISP)$ |
6 precious ^(buildobj\.lst)$ | |
6 | 7 |
7 backup ^(stamp-oldxmenu|prefix-args|temacs|emacs|emacs-[0-9.]*)$ | 8 backup ^(stamp-oldxmenu|prefix-args|temacs|emacs|emacs-[0-9.]*)$ |
9 backup ^(bootstrap-emacs)$ | |
8 | 10 |
9 # arch-tag: 277cc7ae-b3f5-44af-abf1-84c073164543 | 11 # arch-tag: 277cc7ae-b3f5-44af-abf1-84c073164543 |