From e8ef35df267de6fd6308d0c49a6bdef41113cf19 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Fri, 23 Mar 2012 12:53:31 +0000 Subject: [PATCH] Only ignore guestfs.* at the top level The guestfs.* rule appears to be for temporary appliance directories, which are only at the top level. It was matching more than that. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b278ce2b1..d4b5de8a2 100644 --- a/.gitignore +++ b/.gitignore @@ -131,7 +131,7 @@ gobject/Guestfs-1.0.typelib gobject/guestfs-gobject.c gobject/guestfs-gobject.h .guestfs-* -guestfs.* +/guestfs.* guestfsd-in-wine.log haskell/Bindtests haskell/Bindtests.hs