diff options
author | Richard Jones <rjones@redhat.com> | 2010-01-29 19:12:34 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-29 19:12:34 +0000 |
commit | 73c587ff0f2f8f76af39b16dafb0949be7bf0883 (patch) | |
tree | af0d51116778d4d3436076d4baa20bfd3e56408f /.gitignore | |
parent | 15a5511e038f53ade23fa998985ecd4de39b60d5 (diff) | |
download | libguestfs-73c587ff0f2f8f76af39b16dafb0949be7bf0883.tar.gz libguestfs-73c587ff0f2f8f76af39b16dafb0949be7bf0883.tar.xz libguestfs-73c587ff0f2f8f76af39b16dafb0949be7bf0883.zip |
hivex: Reimplement hivexget as a simple shell script.
hivexget is currently a large C program. Now that we have hivexsh
(the shell) we can reimplement hivexget as a simple bash script that
calls out to hivexsh.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -82,7 +82,6 @@ haskell/Guestfs.hs *.hi hivex/*.1 hivex/*.3 -hivex/hivexget hivex/hivexsh hivex/hivexml html/guestfish.1.html |