diff options
author | David Terei <davidterei@gmail.com> | 2013-01-17 01:17:30 -0800 |
---|---|---|
committer | David Terei <davidterei@gmail.com> | 2013-01-17 01:17:30 -0800 |
commit | 94a1cf194e2b70d02878098be69d5b4cd5441636 (patch) | |
tree | 6eed9ab1398d1290a47a9bb8adcc7ee43013cafe /testsuite/.gitignore | |
parent | 18fd170a85d943b6b68d2c801d737e1a53ca8b58 (diff) | |
download | haskell-94a1cf194e2b70d02878098be69d5b4cd5441636.tar.gz |
update gitignore
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index d01e08fa40..902d8d89f4 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1194,3 +1194,89 @@ tests/rts/T6006 tests/simplCore/should_run/T5915 tests/simplCore/should_run/T5920 tests/simplCore/should_run/T5997 + +tests/codeGen/should_run/T5900 +tests/codeGen/should_run/T7163 +tests/codeGen/should_run/T7361 +tests/codeGen/should_run/T7600 +tests/codeGen/should_run/Word2Float64 +tests/concurrent/should_run/367 +tests/concurrent/should_run/367_letnoescape +tests/deSugar/should_run/DsLambdaCase +tests/deSugar/should_run/DsMultiWayIf +tests/dph/nbody/dph-nbody-copy-fast +tests/dph/nbody/dph-nbody-copy-opt +tests/driver/T7060dump/ +tests/driver/dynamicToo/A001.dyn_hi +tests/driver/dynamicToo/A001.dyn_o +tests/driver/dynamicToo/B001.dyn_hi +tests/driver/dynamicToo/B001.dyn_o +tests/driver/dynamicToo/C001.dyn_hi +tests/driver/dynamicToo/C001.dyn_o +tests/driver/dynamicToo/d001 +tests/driver/dynamicToo/s001 +tests/driver/objc/objc-hi +tests/driver/objc/objcpp-hi +tests/driver/recomp012/Foo.hs +tests/driver/recomp012/Main +tests/driver/recomp012/Main.hs +tests/driver/recomp012/MyBool.hs +tests/ext-core/T7239.hcr +tests/ffi/should_run/7170 +tests/ffi/should_run/T4012 +tests/ghc-api/T7478/A +tests/ghc-api/T7478/T7478 +tests/lib/integer/IntegerConversionRules.simpl +tests/lib/integer/gcdInteger +tests/mdo/should_fail/mdofail006 +tests/mdo/should_run/mdorun004 +tests/mdo/should_run/mdorun005 +tests/numeric/should_run/T7014 +tests/numeric/should_run/T7014.simpl +tests/numeric/should_run/T7233 +tests/optasm-log +tests/optllvm-32-log +tests/optllvm-log +tests/parser/should_compile/T7476/Main.imports +tests/parser/should_compile/T7476/T7476 +tests/parser/should_run/ParserMultiWayIf +tests/perf/compiler/T5837.comp.stats +tests/perf/should_run/Conversions +tests/perf/should_run/Conversions.stats +tests/perf/should_run/T7257 +tests/perf/should_run/T7257.stats +tests/perf/should_run/T7436 +tests/perf/should_run/T7436.stats +tests/perf/should_run/T7507 +tests/plugins/simple-plugin/pkg.plugins01/ +tests/plugins/simple-plugin/pkg.plugins02/ +tests/plugins/simple-plugin/pkg.plugins03/ +tests/rts/7087 +tests/rts/T7037 +tests/rts/T7037_main +tests/rts/T7040 +tests/rts/T7160 +tests/rts/T7227 +tests/rts/T7227.stat +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly01/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly02/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly03/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly04/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly05/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly06/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly07/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly08/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly09/ +tests/safeHaskell/check/pkg01/pdb.ImpSafeOnly10/ +tests/safeHaskell/check/pkg01/pdb.safePkg01/ +tests/simplCore/should_compile/T4138.simpl +tests/simplCore/should_run/T7101 +tests/th/T5555 +tests/th/T7064 +tests/th/TH_StringPrimL +tests/typecheck/should_run/T5751 +tests/typecheck/should_run/T5913 +tests/typecheck/should_run/T6117 +tests/typecheck/should_run/T7023 +tests/typecheck/should_run/T7126 + |