diff options
author | Matthew Booth <mbooth@redhat.com> | 2012-03-23 12:53:31 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-30 15:35:00 +0100 |
commit | 3275bed3828a34355f53b1c639fb5ffd73f752ce (patch) | |
tree | 71129d83f9a6f16f7f662a6eb1f3e5c03c597648 | |
parent | df30f9b6be5e027cb30fcad5c19cffd0f97e9cae (diff) | |
download | libguestfs-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-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |