diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-12 11:19:49 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-12 11:19:49 +0000 |
commit | cea426d36470884a92404c1c889235d2a5ae46b7 (patch) | |
tree | 5719fb4a2f44b3cb165de45e3bd8661609e20bf8 /Makefile.in | |
parent | 2b96fd7c1f79a0e90fa0a14436444c38a1444faa (diff) | |
download | emacs-cea426d36470884a92404c1c889235d2a5ae46b7.tar.gz |
(install-arch-indep): Remove .gitignore files.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index ee5e615934f..55a76cbba6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -487,6 +487,7 @@ install-arch-indep: mkdir info install-etc rm -rf $${subdir}/RCS ; \ rm -rf $${subdir}/CVS ; \ rm -f $${subdir}/.cvsignore ; \ + rm -f $${subdir}/.gitignore ; \ rm -f $${subdir}/.arch-inventory ; \ rm -f $${subdir}/\#* ; \ rm -f $${subdir}/.\#* ; \ |