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:
parent
cea426d364
commit
5ae051fd3b
@ -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.
|
||||
|
@ -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}/*/.\#* ; \
|
||||
|
Loading…
Reference in New Issue
Block a user