[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Libguestfs] [PATCH 03/16] Only ignore guestfs.* at the top level
- From: Matthew Booth <mbooth redhat com>
- To: libguestfs redhat com
- Subject: [Libguestfs] [PATCH 03/16] Only ignore guestfs.* at the top level
- Date: Tue, 27 Mar 2012 16:00:45 +0100
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]