The compile file (in the root folder) is created by autotools for compilers that don't support '-c -o' options. --- .gitignore | 1 + 1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore index 333fa3e..0fcf185 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ INSTALL aclocal.m4 autom4te.cache* +compile config-paths.h config.guess config.h -- 1.8.4.rc3 -- To unsubscribe, send mail to [email protected].
