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:
parent
8fc5964b82
commit
01b730b525
1 changed files with 2 additions and 0 deletions
|
@ -38,4 +38,6 @@ EXTRA_DIST = \
|
|||
|
||||
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --disable-update-mimedb
|
||||
|
||||
GITIGNOREFILES=m4
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue