summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Booth <mbooth@redhat.com>2012-03-23 12:53:31 +0000
committerMatthew Booth <mbooth@redhat.com>2012-03-27 15:50:38 +0100
commite8ef35df267de6fd6308d0c49a6bdef41113cf19 (patch)
tree0cf2d6c38622d25affc351ebcc8681009710fea9 /.gitignore
parent13e5f1a3b1f6493ea5e576bdd607aedc2c7ddc82 (diff)
downloadlibguestfs-e8ef35df267de6fd6308d0c49a6bdef41113cf19.tar.gz
libguestfs-e8ef35df267de6fd6308d0c49a6bdef41113cf19.tar.xz
libguestfs-e8ef35df267de6fd6308d0c49a6bdef41113cf19.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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index b278ce2b..d4b5de8a 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