From 214596de224afa576a9c295bcf53c6941d6892e0 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Mon, 20 Jul 2015 20:16:40 -0700 Subject: Revert "Revert "Support for multiple signature files in scope."" This reverts commit bac927b9770ff769128b66d13a3e72bf5a9bc514. As it turns out, we need these commits for separate compilation and accurate dependency tracking. So back in they go! --- testsuite/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testsuite/.gitignore') diff --git a/testsuite/.gitignore b/testsuite/.gitignore index d4ef22bf5c..6ebb05a90e 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -118,6 +118,12 @@ mk/ghcconfig*_bin_ghc-*.exe.mk /tests/cabal/sigcabal01/p_lazy /tests/cabal/sigcabal01/p_strict /tests/cabal/sigcabal01/containers +/tests/cabal/sigcabal02/Main +/tests/cabal/sigcabal02/p_ipid +/tests/cabal/sigcabal02/q_ipid +/tests/cabal/sigcabal02/containers +/tests/cabal/sigcabal02/tmp* +/tests/cabal/sigcabal02/inst* /tests/cabal/local01.package.conf/ /tests/cabal/local03.package.conf/ /tests/cabal/local04.package.conf/ -- cgit v1.2.1