From: Andreas Schwab Date: Sun, 12 Apr 2009 11:22:13 +0000 (+0000) Subject: (install): Remove .gitignore files. X-Git-Tag: emacs-pretest-23.0.93~159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ae051fd3bd40c52ed17dbf98580f42043a82ac4;p=emacs.git (install): Remove .gitignore files. --- diff --git a/leim/ChangeLog b/leim/ChangeLog index 4ada61d4c5a..e27b95dfc55 100644 --- a/leim/ChangeLog +++ b/leim/ChangeLog @@ -1,3 +1,7 @@ +2009-04-12 Andreas Schwab + + * Makefile.in (install): Remove .gitignore files. + 2009-03-19 Kenichi Handa * leim-ext.el: Change the encoding to utf-8. diff --git a/leim/Makefile.in b/leim/Makefile.in index 3a4343ce9a3..8c394bf2185 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in @@ -242,6 +242,7 @@ install: all fi; \ rm -rf ${INSTALLDIR}/CVS ${INSTALLDIR}/*/CVS; \ rm -f ${INSTALLDIR}/.cvsignore ${INSTALLDIR}/*/.cvsignore; \ + rm -f ${INSTALLDIR}/.gitignore ${INSTALLDIR}/*/.gitignore; \ rm -f ${INSTALLDIR}/.arch-inventory ${INSTALLDIR}/*/.arch-inventory; \ rm -f ${INSTALLDIR}/\#* ${INSTALLDIR}/*/\#* ; \ rm -f ${INSTALLDIR}/.\#* ${INSTALLDIR}/*/.\#* ; \