diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-14 12:57:37 +0100 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-07-14 12:57:37 +0100 |
commit | ca72626c248e5d1ed6ed096e9a81a9269410e3c4 (patch) | |
tree | 57f7fe9a0069cf951c3e555866390407e8f0b9d3 /docs | |
parent | 93409ffbefff929a6e3a6616fbbb71fb5a5261eb (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/.gitignore | 1 | ||||
-rw-r--r-- | docs/Makefile.am | 3 |
2 files changed, 3 insertions, 1 deletions
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 |