[gtk-doc] gitignore: tune ignore files
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] gitignore: tune ignore files
- Date: Fri, 9 Apr 2010 08:00:04 +0000 (UTC)
commit f099e17bc1047c504cb09f21786eb384ce546ef6
Author: Stefan Kost <ensonic users sf net>
Date: Fri Apr 9 10:58:18 2010 +0300
gitignore: tune ignore files
Makefile.am | 4 ++++
git.mk | 2 ++
tests/empty/docs/Makefile.am | 4 ++++
tests/gobject/docs-tmpl/Makefile.am | 3 +++
4 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index cdb1c28..b303289 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -104,6 +104,10 @@ MAINTAINERCLEANFILES = \
$(srcdir)/gtk-doc-utils.make \
$(srcdir)/ChangeLog
+GITIGNOREFILES = \
+ RELNOTES.txt \
+ ChangeLog-?.??
+
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
DISTCLEANFILES = gnome-doc-utils.make
-include $(top_srcdir)/git.mk
diff --git a/git.mk b/git.mk
index 01bf288..12425e6 100644
--- a/git.mk
+++ b/git.mk
@@ -88,6 +88,8 @@ $(srcdir)/.gitignore: Makefile.am $(top_srcdir)/git.mk
for x in \
$(DOC_MODULE)-decl-list.txt \
$(DOC_MODULE)-decl.txt \
+ $(DOC_MODULE)-overrides.txt \
+ $(DOC_MODULE).pdf \
tmpl/$(DOC_MODULE)-unused.sgml \
"tmpl/*.bak" \
xml html \
diff --git a/tests/empty/docs/Makefile.am b/tests/empty/docs/Makefile.am
index 562af19..8119252 100644
--- a/tests/empty/docs/Makefile.am
+++ b/tests/empty/docs/Makefile.am
@@ -82,4 +82,8 @@ TESTS_ENVIRONMENT = \
PERL5LIB=$(abs_top_builddir):$(PERL5LIB)
endif
+GITIGNOREFILES = \
+ tester-docs.xml \
+ tester-sections.txt
+
-include $(top_srcdir)/git.mk
diff --git a/tests/gobject/docs-tmpl/Makefile.am b/tests/gobject/docs-tmpl/Makefile.am
index 8af7e5e..8de3334 100644
--- a/tests/gobject/docs-tmpl/Makefile.am
+++ b/tests/gobject/docs-tmpl/Makefile.am
@@ -80,4 +80,7 @@ TESTS_ENVIRONMENT = \
PERL5LIB=$(abs_top_builddir):$(PERL5LIB)
endif
+GITIGNOREFILES = \
+ tmpl
+
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]