diff options
author | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2011-06-20 23:51:19 +1000 |
---|---|---|
committer | Manuel M T Chakravarty <chak@cse.unsw.edu.au> | 2011-06-20 23:51:19 +1000 |
commit | 8fefa250daa0fd9c088fee49cb73ed4399388010 (patch) | |
tree | 8a0594747af7e1d7b6a39a56f7fa5069addd1d9a /testsuite/.gitignore | |
parent | 7c4d3ade472bcdbd631b1e0c4a4ebf92ef33440b (diff) | |
download | haskell-8fefa250daa0fd9c088fee49cb73ed4399388010.tar.gz |
Accidentally tracked some binaries. Now added them to '.gitignore.
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 58e5cf3f06..5e4b6c2479 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -102,4 +102,11 @@ timeout/calibrate.out timeout/install-inplace/ timeout/dist/ -/tests/ghc-regress/dph/dotp/dph-dotp-fast
\ No newline at end of file +/tests/ghc-regress/dph/dotp/dph-dotp-fast +/tests/ghc-regress/dph/diophantine/dph-diophantine-fast +/tests/ghc-regress/dph/diophantine/dph-diophantine-opt +/tests/ghc-regress/dph/primespj/dph-primespj-fast +/tests/ghc-regress/dph/quickhull/dph-quickhull-fast +/tests/ghc-regress/dph/smvm/dph-smvm +/tests/ghc-regress/dph/sumnats/dph-sumnats +/tests/ghc-regress/dph/words/dph-words-fast
\ No newline at end of file |