From 3275bed3828a34355f53b1c639fb5ffd73f752ce Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Fri, 23 Mar 2012 12:53:31 +0000 Subject: 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. (cherry picked from commit e8ef35df267de6fd6308d0c49a6bdef41113cf19) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9e344bd..59f403c1 100644 --- a/.gitignore +++ b/.gitignore @@ -126,7 +126,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 -- cgit