.gitignore | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ebc814a7e31511308bbcd8856d0356f4d7cc74be
Author: Hib Eris <[email protected]>
Date: Sun Sep 14 11:45:12 2014 +0200
Add compile to .gitignore
Automake automatically creates a wrapper script called 'compile' for
compilers which do not understand '-c -o'.
$ automake --version
automake (GNU automake) 1.14.1
https://bugs.freedesktop.org/show_bug.cgi?id=83840
diff --git a/.gitignore b/.gitignore
index b7b8dd5..65b1836 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,7 @@ libtool
ltmain.sh
missing
test-driver
+compile
ChangeLog
poppler-cairo.pc
poppler-cpp.pc
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler