blob: 69aac5da9e46d2d8b7f9f2a9f3d3966b4488169f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Source files which don't match the usual naming conventions, mostly dot files
source ^\.(gdbinit|dbxinit)$
# Auto-generated files, which ignore
precious ^(config\.stamp|config\.h|epaths\.h|TAGS-LISP)$
precious ^(buildobj\.lst)$
backup ^(stamp-oldxmenu|prefix-args|temacs|emacs|emacs-[0-9.]*)$
backup ^(bootstrap-emacs)$
# arch-tag: 277cc7ae-b3f5-44af-abf1-84c073164543
|