From: Richard Jones Date: Fri, 10 Jul 2009 09:23:11 +0000 (+0100) Subject: Ignore any file called 'localconfigure'. X-Git-Tag: 1.0.57~9 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=9b56a72636ba7511f7bef19572c161327b9a01df;p=libguestfs.git Ignore any file called 'localconfigure'. Developers should put their custom parameters for configure/autogen.sh into a script called ./localconfigure, and this script will be ignored by git and the build system. --- diff --git a/.gitignore b/.gitignore index 643478b..f660572 100644 --- a/.gitignore +++ b/.gitignore @@ -101,6 +101,7 @@ libguestfs-*.tar.gz .libs libtool *.lo +localconfigure ltmain.sh m4/intmax.m4 m4/libtool.m4