summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2014-05-29 17:07:06 -0700
committerEdward Z. Yang <ezyang@cs.stanford.edu>2014-05-29 18:33:59 -0700
commit6c5017a8ca2df6c20eef7edf9caeeece26f06cac (patch)
tree5827d478bf9534005be1e65300658db1d1725445 /testsuite
parentdcc6e04f00ded0c025f86e5d7555d599b1f77f71 (diff)
downloadhaskell-6c5017a8ca2df6c20eef7edf9caeeece26f06cac.tar.gz
Add .gitignore for autogenerated test files.
I used this shell command to automatically generate the lists: for i in `git ls-files -o --exclude-standard --directory`; do echo "`basename $i`" >> "`dirname "$i"`/.gitignore"; done Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite')
-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/.gitignore2
-rw-r--r--testsuite/tests/ghci/scripts/.gitignore2
-rw-r--r--testsuite/tests/numeric/should_run/.gitignore2
-rw-r--r--testsuite/tests/patsyn/should_run/.gitignore2
-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
27 files changed, 71 insertions, 1 deletions
diff --git a/testsuite/tests/annotations/should_compile/th/.gitignore b/testsuite/tests/annotations/should_compile/th/.gitignore
new file mode 100644
index 0000000000..7bec7a7cb5
--- /dev/null
+++ b/testsuite/tests/annotations/should_compile/th/.gitignore
@@ -0,0 +1 @@
+build_make
diff --git a/testsuite/tests/callarity/perf/.gitignore b/testsuite/tests/callarity/perf/.gitignore
new file mode 100644
index 0000000000..9b33309aea
--- /dev/null
+++ b/testsuite/tests/callarity/perf/.gitignore
@@ -0,0 +1 @@
+T3924
diff --git a/testsuite/tests/callarity/should_run/.gitignore b/testsuite/tests/callarity/should_run/.gitignore
new file mode 100644
index 0000000000..5268126cf8
--- /dev/null
+++ b/testsuite/tests/callarity/should_run/.gitignore
@@ -0,0 +1 @@
+StrictLet
diff --git a/testsuite/tests/callarity/unittest/.gitignore b/testsuite/tests/callarity/unittest/.gitignore
new file mode 100644
index 0000000000..f7b31b6572
--- /dev/null
+++ b/testsuite/tests/callarity/unittest/.gitignore
@@ -0,0 +1 @@
+CallArity1
diff --git a/testsuite/tests/codeGen/should_run/.gitignore b/testsuite/tests/codeGen/should_run/.gitignore
new file mode 100644
index 0000000000..d313f5f6f0
--- /dev/null
+++ b/testsuite/tests/codeGen/should_run/.gitignore
@@ -0,0 +1,11 @@
+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
new file mode 100644
index 0000000000..4f0a3175da
--- /dev/null
+++ b/testsuite/tests/concurrent/should_run/.gitignore
@@ -0,0 +1,6 @@
+T7970
+compareAndSwap
+readMVar1
+readMVar2
+readMVar3
+tryReadMVar1
diff --git a/testsuite/tests/cpranal/should_run/.gitignore b/testsuite/tests/cpranal/should_run/.gitignore
new file mode 100644
index 0000000000..a4457dd566
--- /dev/null
+++ b/testsuite/tests/cpranal/should_run/.gitignore
@@ -0,0 +1 @@
+CPRRepeat
diff --git a/testsuite/tests/deSugar/should_run/.gitignore b/testsuite/tests/deSugar/should_run/.gitignore
new file mode 100644
index 0000000000..b064d1b75c
--- /dev/null
+++ b/testsuite/tests/deSugar/should_run/.gitignore
@@ -0,0 +1 @@
+T8952
diff --git a/testsuite/tests/deriving/should_run/.gitignore b/testsuite/tests/deriving/should_run/.gitignore
new file mode 100644
index 0000000000..92ab843a46
--- /dev/null
+++ b/testsuite/tests/deriving/should_run/.gitignore
@@ -0,0 +1 @@
+T8280
diff --git a/testsuite/tests/driver/.gitignore b/testsuite/tests/driver/.gitignore
new file mode 100644
index 0000000000..e7a0aad655
--- /dev/null
+++ b/testsuite/tests/driver/.gitignore
@@ -0,0 +1 @@
+T703
diff --git a/testsuite/tests/driver/T7835/.gitignore b/testsuite/tests/driver/T7835/.gitignore
new file mode 100644
index 0000000000..345e6aef71
--- /dev/null
+++ b/testsuite/tests/driver/T7835/.gitignore
@@ -0,0 +1 @@
+Test
diff --git a/testsuite/tests/driver/T8526/.gitignore b/testsuite/tests/driver/T8526/.gitignore
new file mode 100644
index 0000000000..42d2fab904
--- /dev/null
+++ b/testsuite/tests/driver/T8526/.gitignore
@@ -0,0 +1 @@
+A.inc
diff --git a/testsuite/tests/driver/T8602/.gitignore b/testsuite/tests/driver/T8602/.gitignore
new file mode 100644
index 0000000000..f0f435cb1d
--- /dev/null
+++ b/testsuite/tests/driver/T8602/.gitignore
@@ -0,0 +1 @@
+t8602.sh
diff --git a/testsuite/tests/ffi/should_run/.gitignore b/testsuite/tests/ffi/should_run/.gitignore
new file mode 100644
index 0000000000..d1b3f8850e
--- /dev/null
+++ b/testsuite/tests/ffi/should_run/.gitignore
@@ -0,0 +1 @@
+T8083
diff --git a/testsuite/tests/ghc-api/.gitignore b/testsuite/tests/ghc-api/.gitignore
new file mode 100644
index 0000000000..08e22ebb34
--- /dev/null
+++ b/testsuite/tests/ghc-api/.gitignore
@@ -0,0 +1,2 @@
+T8628
+T8639_api
diff --git a/testsuite/tests/ghci/scripts/.gitignore b/testsuite/tests/ghci/scripts/.gitignore
new file mode 100644
index 0000000000..d1b7ce25f3
--- /dev/null
+++ b/testsuite/tests/ghci/scripts/.gitignore
@@ -0,0 +1,2 @@
+föøbàr1.hs
+föøbàr2.hs
diff --git a/testsuite/tests/numeric/should_run/.gitignore b/testsuite/tests/numeric/should_run/.gitignore
new file mode 100644
index 0000000000..c484a26c83
--- /dev/null
+++ b/testsuite/tests/numeric/should_run/.gitignore
@@ -0,0 +1,2 @@
+NumDecimals
+T8726
diff --git a/testsuite/tests/patsyn/should_run/.gitignore b/testsuite/tests/patsyn/should_run/.gitignore
index 7380291005..e2087bd76a 100644
--- a/testsuite/tests/patsyn/should_run/.gitignore
+++ b/testsuite/tests/patsyn/should_run/.gitignore
@@ -1,7 +1,7 @@
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
new file mode 100644
index 0000000000..064aeba752
--- /dev/null
+++ b/testsuite/tests/perf/should_run/.gitignore
@@ -0,0 +1,8 @@
+InlineArrayAlloc
+InlineByteArrayAlloc
+InlineCloneArrayAlloc
+T4267
+T5949
+T7619
+T7850
+T7954
diff --git a/testsuite/tests/primops/should_run/.gitignore b/testsuite/tests/primops/should_run/.gitignore
new file mode 100644
index 0000000000..184e53b8e4
--- /dev/null
+++ b/testsuite/tests/primops/should_run/.gitignore
@@ -0,0 +1,2 @@
+T6135
+T7689
diff --git a/testsuite/tests/quasiquotation/.gitignore b/testsuite/tests/quasiquotation/.gitignore
new file mode 100644
index 0000000000..d0d8953362
--- /dev/null
+++ b/testsuite/tests/quasiquotation/.gitignore
@@ -0,0 +1 @@
+T7918
diff --git a/testsuite/tests/rts/.gitignore b/testsuite/tests/rts/.gitignore
new file mode 100644
index 0000000000..1501ec6817
--- /dev/null
+++ b/testsuite/tests/rts/.gitignore
@@ -0,0 +1,13 @@
+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
new file mode 100644
index 0000000000..2399b83105
--- /dev/null
+++ b/testsuite/tests/simplCore/should_run/.gitignore
@@ -0,0 +1,4 @@
+T2110
+T457
+runST
+simplrun011
diff --git a/testsuite/tests/stranal/should_run/T8425/.gitignore b/testsuite/tests/stranal/should_run/T8425/.gitignore
new file mode 100644
index 0000000000..881fef889a
--- /dev/null
+++ b/testsuite/tests/stranal/should_run/T8425/.gitignore
@@ -0,0 +1 @@
+T8425
diff --git a/testsuite/tests/th/.gitignore b/testsuite/tests/th/.gitignore
new file mode 100644
index 0000000000..86cbf4705e
--- /dev/null
+++ b/testsuite/tests/th/.gitignore
@@ -0,0 +1,2 @@
+T8186
+T8633
diff --git a/testsuite/tests/typecheck/should_compile/.gitignore b/testsuite/tests/typecheck/should_compile/.gitignore
new file mode 100644
index 0000000000..396a094472
--- /dev/null
+++ b/testsuite/tests/typecheck/should_compile/.gitignore
@@ -0,0 +1 @@
+tc263
diff --git a/testsuite/tests/typecheck/should_run/.gitignore b/testsuite/tests/typecheck/should_run/.gitignore
new file mode 100644
index 0000000000..d9ee251388
--- /dev/null
+++ b/testsuite/tests/typecheck/should_run/.gitignore
@@ -0,0 +1,3 @@
+T8492
+T8739
+TcTypeNatSimpleRun