Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
David Terei committed Jan 17, 2013
1 parent 5aae346 commit 826c4f6
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions .gitignore
Expand Up @@ -1194,3 +1194,89 @@ tests/rts/T6006
tests/simplCore/should_run/T5915 tests/simplCore/should_run/T5915
tests/simplCore/should_run/T5920 tests/simplCore/should_run/T5920
tests/simplCore/should_run/T5997 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

0 comments on commit 826c4f6

Please sign in to comment.