From aacc5e76ed39b69595194a23e94bbd6483dd88a6 Mon Sep 17 00:00:00 2001 From: "Bryce W. Harrington" Date: Thu, 12 Sep 2013 22:55:01 +0000 Subject: [PATCH] gitignore: Ignore build chaff when configuring with --enable-gtk-doc When this flag is enabled in configure, a couple extra build files are created, which git should just ignore. Signed-off-by: Bryce Harrington Signed-off-by: Uli Schlachter --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cef6930b4..301ba6dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ Makefile.in aclocal.m4 autom4te.cache autoscan.log +build/gtk-doc.m4 config.cache config.h config.h.in @@ -17,6 +18,7 @@ configure configure.scan doltcompile doltlibtool +gtk-doc.make libtool releases stamp-h