Ensure consistent apidoc .gitignore

If you don't configure with --enable-gtk-doc, these won't be included in
the generated .gitignore. If you later configure with --enable-gtk-doc
in the same checkout, they'll show up as untracked files. Include them
in GITIGNOREFILES to ensure they're always added regardless of configure
options.
This commit is contained in:
Dan Nicholson 2021-04-07 13:37:53 -06:00
parent 36da85ecbe
commit d05e7ba2e2

View File

@ -125,4 +125,11 @@ EXTRA_DIST += \
ostree-experimental-sections.txt \ ostree-experimental-sections.txt \
$(NULL) $(NULL)
# These only get included in the generated .gitignore when building with
# --enable-gtk-doc, so ensure they're always added.
GITIGNOREFILES = \
ostree-overrides.txt \
version.xml \
$(NULL)
-include $(top_srcdir)/git.mk -include $(top_srcdir)/git.mk