1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(install): Remove .gitignore files.

This commit is contained in:
Andreas Schwab 2009-04-12 11:22:13 +00:00
parent cea426d364
commit 5ae051fd3b
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-04-12 Andreas Schwab <schwab@linux-m68k.org>
* Makefile.in (install): Remove .gitignore files.
2009-03-19 Kenichi Handa <handa@m17n.org>
* leim-ext.el: Change the encoding to utf-8.

View File

@ -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}/*/.\#* ; \