[cairo] [PATCH 1/4] gitignore: Ignore build chaff when configuring with --enable-gtk-doc
Bryce W. Harrington
b.harrington at samsung.com
Thu Sep 12 15:55:01 PDT 2013
When this flag is enabled in configure, a couple extra build files are
created, which git should just ignore.
Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index cef6930..301ba6d 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
--
1.7.9.5
More information about the cairo
mailing list