From ca72626c248e5d1ed6ed096e9a81a9269410e3c4 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 14 Jul 2010 12:57:37 +0100 Subject: Add git.mk for automatic .gitignore generation git.mk is copied from pango/git.mk, which is the canonical place to look for updates to it. It hasn't been modified. --- docs/.gitignore | 1 - docs/Makefile.am | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 docs/.gitignore (limited to 'docs') diff --git a/docs/.gitignore b/docs/.gitignore deleted file mode 100644 index 3345521..0000000 --- a/docs/.gitignore +++ /dev/null @@ -1 +0,0 @@ -folks-0.1 diff --git a/docs/Makefile.am b/docs/Makefile.am index 55ea4b3..0e3a364 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -39,3 +39,6 @@ distclean-local: distclean-docs distclean-docs: cd $(srcdir) && rm -rf folks-0.1 +GITIGNOREFILES = folks-0.1/ + +-include $(top_srcdir)/git.mk -- cgit v1.2.3