From aef7470a0492d3fea1a00ef2de8381417fb23b83 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 24 Feb 2010 17:30:37 +0000 Subject: Move test images to images/ and add a large, generated test image. Previously we had one minimal test image. This was located in hivex/t (a subdirectory of the main library). This adds a large, procedurally generated test image. Because this needs to be built using hivex code, and because subdirectories are built before the parent directory by automake, we have to also move the directory location to a top-level directory called images/. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6fb5f37..6918ed2 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ html/hivex.3.html html/hivexget.1.html html/hivexml.1.html html/hivexsh.1.html +images/large +images/mklarge install-sh *.la .libs -- cgit