From 6c6fd7e9596e7c870e322f4030bdd16235348378 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Fri, 15 Nov 2013 13:37:49 +0000 Subject: Ignore test Inputs globally and remove redundant lit.local.cfg files By adding a default config.excludes pattern we can avoid individual suppressions in subdirectories. This matches LLVM's lit.cfg which also excludes a few other common non-test filenames for consistency. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194814 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Tooling/Inputs/lit.local.cfg | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test/Tooling/Inputs/lit.local.cfg (limited to 'test/Tooling') diff --git a/test/Tooling/Inputs/lit.local.cfg b/test/Tooling/Inputs/lit.local.cfg deleted file mode 100644 index e6f55eef7a..0000000000 --- a/test/Tooling/Inputs/lit.local.cfg +++ /dev/null @@ -1 +0,0 @@ -config.suffixes = [] -- cgit v1.2.1