diff options
author | David Terei <davidterei@gmail.com> | 2012-02-10 11:58:50 -0800 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2012-02-10 11:58:50 -0800 |
commit | ba88ec435aab36dfe1d3ad263165911f8fe340c4 (patch) | |
tree | 4f7de0c108ebdbe19ba32b54362d812410f7f8d8 /testsuite/.gitignore | |
parent | 2a68da8be77adcc336c37fea12013e39b9683bb6 (diff) | |
download | haskell-ba88ec435aab36dfe1d3ad263165911f8fe340c4.tar.gz |
Update gitignore
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 302d7695cc..e042fd84fd 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -12,6 +12,7 @@ Thumbs.db *.BAK *.orig *.prof +*.aux *_stub.h *_stub.c @@ -1104,3 +1105,24 @@ tests/typecheck/testeq1/typecheck.testeq1 tests/lib/IO/chinese-file-* +tests/codeGen/should_run/5785 +tests/concurrent/should_run/conc069 +tests/concurrent/should_run/conc069a +tests/concurrent/should_run/conc070 +tests/deSugar/should_run/T5742 +tests/dph/dotp/dph-dotp-copy-opt +tests/dph/dotp/dph-dotp-vseg-opt +tests/dph/nbody/dph-nbody-vseg-opt +tests/dph/primespj/dph-primespj-copy-opt +tests/dph/quickhull/dph-quickhull-copy-opt +tests/dph/quickhull/dph-quickhull-vseg-opt +tests/dph/smvm/dph-smvm-copy +tests/dph/smvm/dph-smvm-vseg +tests/dph/words/dph-words-copy-opt +tests/dph/words/dph-words-vseg-opt +tests/lib/integer/fromToInteger.simpl +tests/perf/compiler/T5642.comp.stats +tests/perf/should_run/T5536 +tests/perf/should_run/T5536.data +tests/perf/should_run/T5536.stats + |