summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-06-28 18:48:20 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-06-28 18:53:02 +0200
commit767b9ddf7d2ea2bb99d49372c79be129fc2058ce (patch)
tree5c2be775ace28a02957f3f294f0c31090151ac2d /testsuite/tests
parent0763a2f2eec4f6d9933fe17ee0d4a3a57823e6bf (diff)
downloadhaskell-767b9ddf7d2ea2bb99d49372c79be129fc2058ce.tar.gz
Simplify .gitignore files
It's a bit confusing to have .gitignore files spread all over the filesystem. This commit tries to consolidate those into one .gitignore file per component. Moreover, we try to describe files to be ignored which happen to have a common identifying pattern by glob patterns. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to 'testsuite/tests')
-rw-r--r--testsuite/tests/annotations/should_compile/th/.gitignore1
-rw-r--r--testsuite/tests/callarity/perf/.gitignore1
-rw-r--r--testsuite/tests/callarity/should_run/.gitignore1
-rw-r--r--testsuite/tests/callarity/unittest/.gitignore1
-rw-r--r--testsuite/tests/codeGen/should_run/.gitignore11
-rw-r--r--testsuite/tests/concurrent/should_run/.gitignore6
-rw-r--r--testsuite/tests/cpranal/should_run/.gitignore1
-rw-r--r--testsuite/tests/deSugar/should_run/.gitignore1
-rw-r--r--testsuite/tests/deriving/should_run/.gitignore1
-rw-r--r--testsuite/tests/driver/.gitignore1
-rw-r--r--testsuite/tests/driver/T7835/.gitignore1
-rw-r--r--testsuite/tests/driver/T8526/.gitignore1
-rw-r--r--testsuite/tests/driver/T8602/.gitignore1
-rw-r--r--testsuite/tests/ffi/should_run/.gitignore1
-rw-r--r--testsuite/tests/ghc-api/.gitignore3
-rw-r--r--testsuite/tests/ghci/scripts/.gitignore2
-rw-r--r--testsuite/tests/numeric/should_run/.gitignore2
-rw-r--r--testsuite/tests/patsyn/should_compile/.gitignore9
-rw-r--r--testsuite/tests/patsyn/should_run/.gitignore7
-rw-r--r--testsuite/tests/perf/should_run/.gitignore8
-rw-r--r--testsuite/tests/primops/should_run/.gitignore2
-rw-r--r--testsuite/tests/quasiquotation/.gitignore1
-rw-r--r--testsuite/tests/rts/.gitignore13
-rw-r--r--testsuite/tests/simplCore/should_run/.gitignore4
-rw-r--r--testsuite/tests/stranal/should_run/T8425/.gitignore1
-rw-r--r--testsuite/tests/th/.gitignore2
-rw-r--r--testsuite/tests/typecheck/should_compile/.gitignore1
-rw-r--r--testsuite/tests/typecheck/should_run/.gitignore3
28 files changed, 0 insertions, 87 deletions
diff --git a/testsuite/tests/annotations/should_compile/th/.gitignore b/testsuite/tests/annotations/should_compile/th/.gitignore
deleted file mode 100644
index 7bec7a7cb5..0000000000
--- a/testsuite/tests/annotations/should_compile/th/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-build_make
diff --git a/testsuite/tests/callarity/perf/.gitignore b/testsuite/tests/callarity/perf/.gitignore
deleted file mode 100644
index 9b33309aea..0000000000
--- a/testsuite/tests/callarity/perf/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-T3924
diff --git a/testsuite/tests/callarity/should_run/.gitignore b/testsuite/tests/callarity/should_run/.gitignore
deleted file mode 100644
index 5268126cf8..0000000000
--- a/testsuite/tests/callarity/should_run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-StrictLet
diff --git a/testsuite/tests/callarity/unittest/.gitignore b/testsuite/tests/callarity/unittest/.gitignore
deleted file mode 100644
index f7b31b6572..0000000000
--- a/testsuite/tests/callarity/unittest/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-CallArity1
diff --git a/testsuite/tests/codeGen/should_run/.gitignore b/testsuite/tests/codeGen/should_run/.gitignore
deleted file mode 100644
index d313f5f6f0..0000000000
--- a/testsuite/tests/codeGen/should_run/.gitignore
+++ /dev/null
@@ -1,11 +0,0 @@
-CopySmallArray
-CopySmallArrayStressTest
-SizeOfSmallArray
-StaticArraySize
-StaticByteArraySize
-T6084
-T7953
-T8103
-T8256
-T9001
-cgrun072
diff --git a/testsuite/tests/concurrent/should_run/.gitignore b/testsuite/tests/concurrent/should_run/.gitignore
deleted file mode 100644
index 4f0a3175da..0000000000
--- a/testsuite/tests/concurrent/should_run/.gitignore
+++ /dev/null
@@ -1,6 +0,0 @@
-T7970
-compareAndSwap
-readMVar1
-readMVar2
-readMVar3
-tryReadMVar1
diff --git a/testsuite/tests/cpranal/should_run/.gitignore b/testsuite/tests/cpranal/should_run/.gitignore
deleted file mode 100644
index a4457dd566..0000000000
--- a/testsuite/tests/cpranal/should_run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-CPRRepeat
diff --git a/testsuite/tests/deSugar/should_run/.gitignore b/testsuite/tests/deSugar/should_run/.gitignore
deleted file mode 100644
index b064d1b75c..0000000000
--- a/testsuite/tests/deSugar/should_run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-T8952
diff --git a/testsuite/tests/deriving/should_run/.gitignore b/testsuite/tests/deriving/should_run/.gitignore
deleted file mode 100644
index 92ab843a46..0000000000
--- a/testsuite/tests/deriving/should_run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-T8280
diff --git a/testsuite/tests/driver/.gitignore b/testsuite/tests/driver/.gitignore
deleted file mode 100644
index e7a0aad655..0000000000
--- a/testsuite/tests/driver/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-T703
diff --git a/testsuite/tests/driver/T7835/.gitignore b/testsuite/tests/driver/T7835/.gitignore
deleted file mode 100644
index 345e6aef71..0000000000
--- a/testsuite/tests/driver/T7835/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-Test
diff --git a/testsuite/tests/driver/T8526/.gitignore b/testsuite/tests/driver/T8526/.gitignore
deleted file mode 100644
index 42d2fab904..0000000000
--- a/testsuite/tests/driver/T8526/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-A.inc
diff --git a/testsuite/tests/driver/T8602/.gitignore b/testsuite/tests/driver/T8602/.gitignore
deleted file mode 100644
index f0f435cb1d..0000000000
--- a/testsuite/tests/driver/T8602/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-t8602.sh
diff --git a/testsuite/tests/ffi/should_run/.gitignore b/testsuite/tests/ffi/should_run/.gitignore
deleted file mode 100644
index d1b3f8850e..0000000000
--- a/testsuite/tests/ffi/should_run/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-T8083
diff --git a/testsuite/tests/ghc-api/.gitignore b/testsuite/tests/ghc-api/.gitignore
deleted file mode 100644
index f52a1f92e9..0000000000
--- a/testsuite/tests/ghc-api/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-T8628
-T8639_api
-T6145
diff --git a/testsuite/tests/ghci/scripts/.gitignore b/testsuite/tests/ghci/scripts/.gitignore
deleted file mode 100644
index d1b7ce25f3..0000000000
--- a/testsuite/tests/ghci/scripts/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-föøbàr1.hs
-föøbàr2.hs
diff --git a/testsuite/tests/numeric/should_run/.gitignore b/testsuite/tests/numeric/should_run/.gitignore
deleted file mode 100644
index c484a26c83..0000000000
--- a/testsuite/tests/numeric/should_run/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-NumDecimals
-T8726
diff --git a/testsuite/tests/patsyn/should_compile/.gitignore b/testsuite/tests/patsyn/should_compile/.gitignore
deleted file mode 100644
index 492f1e78dd..0000000000
--- a/testsuite/tests/patsyn/should_compile/.gitignore
+++ /dev/null
@@ -1,9 +0,0 @@
-.hpc.bidir
-.hpc.ex
-.hpc.ex-num
-.hpc.ex-prov
-.hpc.ex-view
-.hpc.incomplete
-.hpc.num
-.hpc.overlap
-.hpc.univ
diff --git a/testsuite/tests/patsyn/should_run/.gitignore b/testsuite/tests/patsyn/should_run/.gitignore
deleted file mode 100644
index e2087bd76a..0000000000
--- a/testsuite/tests/patsyn/should_run/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-eval
-ex-prov
-match
-.hpc.eval
-.hpc.ex-prov
-.hpc.match
-ex-prov-run
diff --git a/testsuite/tests/perf/should_run/.gitignore b/testsuite/tests/perf/should_run/.gitignore
deleted file mode 100644
index 064aeba752..0000000000
--- a/testsuite/tests/perf/should_run/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-InlineArrayAlloc
-InlineByteArrayAlloc
-InlineCloneArrayAlloc
-T4267
-T5949
-T7619
-T7850
-T7954
diff --git a/testsuite/tests/primops/should_run/.gitignore b/testsuite/tests/primops/should_run/.gitignore
deleted file mode 100644
index 184e53b8e4..0000000000
--- a/testsuite/tests/primops/should_run/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-T6135
-T7689
diff --git a/testsuite/tests/quasiquotation/.gitignore b/testsuite/tests/quasiquotation/.gitignore
deleted file mode 100644
index d0d8953362..0000000000
--- a/testsuite/tests/quasiquotation/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-T7918
diff --git a/testsuite/tests/rts/.gitignore b/testsuite/tests/rts/.gitignore
deleted file mode 100644
index 1501ec6817..0000000000
--- a/testsuite/tests/rts/.gitignore
+++ /dev/null
@@ -1,13 +0,0 @@
-T3424
-T5435_dyn_asm
-T5435_dyn_gcc
-T5435_v_asm
-T5435_v_gcc
-T7919
-T8035
-T8124
-T8209
-T8242
-T9045
-T9078
-linker_unload
diff --git a/testsuite/tests/simplCore/should_run/.gitignore b/testsuite/tests/simplCore/should_run/.gitignore
deleted file mode 100644
index 2399b83105..0000000000
--- a/testsuite/tests/simplCore/should_run/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-T2110
-T457
-runST
-simplrun011
diff --git a/testsuite/tests/stranal/should_run/T8425/.gitignore b/testsuite/tests/stranal/should_run/T8425/.gitignore
deleted file mode 100644
index 881fef889a..0000000000
--- a/testsuite/tests/stranal/should_run/T8425/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-T8425
diff --git a/testsuite/tests/th/.gitignore b/testsuite/tests/th/.gitignore
deleted file mode 100644
index 86cbf4705e..0000000000
--- a/testsuite/tests/th/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-T8186
-T8633
diff --git a/testsuite/tests/typecheck/should_compile/.gitignore b/testsuite/tests/typecheck/should_compile/.gitignore
deleted file mode 100644
index 396a094472..0000000000
--- a/testsuite/tests/typecheck/should_compile/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-tc263
diff --git a/testsuite/tests/typecheck/should_run/.gitignore b/testsuite/tests/typecheck/should_run/.gitignore
deleted file mode 100644
index d9ee251388..0000000000
--- a/testsuite/tests/typecheck/should_run/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-T8492
-T8739
-TcTypeNatSimpleRun