From fc134e704a4ad9fcf4de5e244a159257b1a8e265 Mon Sep 17 00:00:00 2001 From: Rob Staudinger Date: Mon, 13 Feb 2012 13:56:15 +0100 Subject: build: add a few missing GITIGNOREFILES --- .gitignore | 6 ++++++ Makefile.am | 9 +++++++++ docs/reference/ytstenut/Makefile.am | 6 ++++++ 3 files changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 4bab4f7..51a2eb2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,18 +19,24 @@ /Makefile.in /TAGS /_libs +/aclocal.m4 /autom4te.cache +/build /config.cache /config.h +/config.h.in /config.log /config.lt /config.status /config.status.lineno /configure /configure.lineno +/gtk-doc.make /libtool +/omf.make /so_locations /stamp-h1 /tags +/xmldocs.make /ytstenut-1.pc /ytstenut.pc diff --git a/Makefile.am b/Makefile.am index ac2351d..75c90b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,15 @@ EXTRA_DIST = \ ytstenut.pc.in \ $(NULL) +GITIGNOREFILES = \ + aclocal.m4 \ + build \ + config.h.in \ + gtk-doc.make \ + omf.make \ + xmldocs.make \ + $(NULL) + ytstenut-@YTS_API_VERSION@.pc: ytstenut.pc $(AM_V_GEN)cp $< $@ diff --git a/docs/reference/ytstenut/Makefile.am b/docs/reference/ytstenut/Makefile.am index b9b4c8f..2fa44fe 100644 --- a/docs/reference/ytstenut/Makefile.am +++ b/docs/reference/ytstenut/Makefile.am @@ -127,6 +127,12 @@ EXTRA_DIST += # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt #DISTCLEANFILES += +GITIGNOREFILES = \ + ytstenut-overrides.txt \ + ytstenut-sections.txt \ + ytstenut.types \ + $(NULL) + # Comment this out if you want your docs-status tested during 'make check' if BUILD_GTK_DOC #TESTS_ENVIRONMENT = cd $(srcsrc) && -- cgit v1.2.3