[Libguestfs] [PATCH 03/16] Only ignore guestfs.* at the top level

Matthew Booth mbooth at redhat.com
Tue Mar 27 15:00:45 UTC 2012


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




More information about the Libguestfs mailing list