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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index b278ce2..d4b5de8 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
--
1.7.7.6