From 9b56a72636ba7511f7bef19572c161327b9a01df Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 10 Jul 2009 10:23:11 +0100 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1