mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
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:
parent
36da85ecbe
commit
d05e7ba2e2
@ -125,4 +125,11 @@ EXTRA_DIST += \
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user