diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-12 11:22:13 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2009-04-12 11:22:13 +0000 |
commit | 5ae051fd3bd40c52ed17dbf98580f42043a82ac4 (patch) | |
tree | f8dbc58525d097f8a61f0569847d2bff1a5ff516 /leim/Makefile.in | |
parent | cea426d36470884a92404c1c889235d2a5ae46b7 (diff) | |
download | emacs-5ae051fd3bd40c52ed17dbf98580f42043a82ac4.tar.gz |
(install): Remove .gitignore files.
Diffstat (limited to 'leim/Makefile.in')
-rw-r--r-- | leim/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
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}/*/.\#* ; \ |