[cairo-commit] build/.gitignore .gitignore
Bryce Harrington
bryce at kemper.freedesktop.org
Tue Jul 8 17:47:26 PDT 2014
.gitignore | 1 -
build/.gitignore | 2 ++
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 28c3b92fb4f6ed8511a46ad9c0e1bd8cfdd477ed
Author: Bryce Harrington <b.harrington at samsung.com>
Date: Tue Jul 8 17:44:56 2014 -0700
.gitignore: Ignore two generated files in build/
Signed-off-by: Bryce Harrington <b.harrington at samsung.com>
diff --git a/.gitignore b/.gitignore
index 301ba6d..0ca3624 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,7 +8,6 @@ Makefile.in
aclocal.m4
autom4te.cache
autoscan.log
-build/gtk-doc.m4
config.cache
config.h
config.h.in
diff --git a/build/.gitignore b/build/.gitignore
index 53f31d7..551f858 100644
--- a/build/.gitignore
+++ b/build/.gitignore
@@ -1,3 +1,4 @@
+ar-lib
compile
config.guess
config.sub
@@ -10,3 +11,4 @@ mkinstalldirs
#Makefile.win32.features-h
libtool.m4
lt*.m4
+gtk-doc.m4
More information about the cairo-commit
mailing list