From fa2d2ee3b79b05cb74e4d58eb27d18b074b85d74 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Fri, 29 Jan 2010 19:12:34 +0000 Subject: 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. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 886cea8..d6de884 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,6 @@ hivex.pc hivex-*.tar.gz hivex/*.1 hivex/*.3 -hivex/hivexget hivex/hivexsh hivex/hivexml install-sh -- cgit