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.
ostree-experimental-sections.txt \
$(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