Add the m4 directory to GITIGNOREFILES

The m4 directory is not automatically ignored by git.mk, so we need to add
it to this variable.
This commit is contained in:
Thomas Wood 2009-07-17 15:17:33 +01:00
parent 8fc5964b82
commit 01b730b525

View file

@ -38,4 +38,6 @@ EXTRA_DIST = \
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb
GITIGNOREFILES=m4
-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk