summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-03-23 12:53:31 +0000
committerRichard W.M. Jones <rjones@redhat.com>2012-03-30 15:35:00 +0100
commit3275bed3828a34355f53b1c639fb5ffd73f752ce (patch)
tree71129d83f9a6f16f7f662a6eb1f3e5c03c597648
parentdf30f9b6be5e027cb30fcad5c19cffd0f97e9cae (diff)
downloadlibguestfs-3275bed3828a34355f53b1c639fb5ffd73f752ce.tar.gz
libguestfs-3275bed3828a34355f53b1c639fb5ffd73f752ce.tar.xz
libguestfs-3275bed3828a34355f53b1c639fb5ffd73f752ce.zip
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)
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
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