mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
10 lines
308 B
Text
10 lines
308 B
Text
# Unlike most emacs dirs, etc has a simple non-autoconf-generated makefile
|
|
source ^(Makefile)$
|
|
|
|
# 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
|