mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
985773c903
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-261 Creator: Stefan Monnier <monnier@iro.umontreal.ca>
14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
# Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile
|
|
source ^(Makefile)$
|
|
|
|
# Auto-generated files, which ignore
|
|
precious ^(buildobj\.lst)$
|
|
|
|
# Generated files (DOC-X is generated on windows)
|
|
backup ^(DOC(|-[0-9.]*|-X))$
|
|
|
|
# Install-in-place on NT makes this directory, so just ignore it
|
|
backup ^(icons)$
|
|
|
|
# arch-tag: 5a1d62e0-593a-48cd-8743-8d45dc58dfae
|