From: Andreas Schwab Date: Sun, 12 Apr 2009 11:19:49 +0000 (+0000) Subject: (install-arch-indep): Remove .gitignore files. X-Git-Tag: emacs-pretest-23.0.93~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cea426d36470884a92404c1c889235d2a5ae46b7;p=emacs.git (install-arch-indep): Remove .gitignore files. --- diff --git a/ChangeLog b/ChangeLog index f640f3cfcb5..1bfff160f67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-04-12 Andreas Schwab + + * Makefile.in (install-arch-indep): Remove .gitignore files. + 2009-04-03 Kenichi Handa * INSTALL: Make the section "Complex Text Layout support 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}/.\#* ; \