Merge pull request #2325 from dbnicholson/apidoc-gitignore

API doc gitignore cleanup
This commit is contained in:
Colin Walters 2021-04-07 15:50:30 -04:00 committed by GitHub
commit 1d0b704ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 53 deletions

53
apidoc/.gitignore vendored
View File

@ -1,53 +0,0 @@
*.lo
*.o
.deps
.libs
/*.bak
/*.gcda
/*.gcno
/*.orig
/*.rej
/*.tab.c
/*~
/.*.sw[nop]
/.dirstamp
/.gitignore
/GPATH
/GRTAGS
/GSYMS
/GTAGS
/ID
/Makefile
/Makefile.in
/TAGS
/gtkdoc-check.test
/html
/html-build.stamp
/html.stamp
/ostree-decl-list.txt
/ostree-decl.txt
/ostree-undeclared.txt
/ostree-undocumented.txt
/ostree-unused.txt
/ostree.args
/ostree.hierarchy
/ostree.interfaces
/ostree-overrides.txt
/ostree.pdf
/ostree.prerequisites
/ostree.signals
/ostree.types
/pdf-build.stamp
/pdf.stamp
/scan-build.stamp
/setup-build.stamp
/sgml-build.stamp
/sgml.stamp
/so_locations
/tags
/tmpl
/tmpl/*.bak
/tmpl/ostree-unused.sgml
/xml
/version.xml
_libs

View File

@ -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