]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add the install directory that gets created by the nightly script.
authorFlorian Krohm <florian@eich-krohm.de>
Fri, 20 Sep 2013 12:12:52 +0000 (12:12 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Fri, 20 Sep 2013 12:12:52 +0000 (12:12 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13573

tests/check_headers_and_includes

index d558412d5f67d5d7f0235a32099b825060fc65f7..2b9caf4e59be9866badedb44a2fdeab6dde90baa 100755 (executable)
@@ -50,6 +50,7 @@ my %dirs_to_ignore = (
     ".deps" => 1,
     ".svn" => 1,
     ".in_place" => 1,
+    "Inst" => 1,            # the nightly scripts creates this
     "VEX" => 1,
     "docs" => 1,
     "auxprogs" => 1,