[commit: testsuite] master: Accidentally tracked some binaries. Now added them to '.gitignore. (cb54013)
Manuel Chakravarty
chak at cse.unsw.edu.au
Mon Jun 20 15:51:51 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cb540135b26504cffe557fd57fa3bb936e413769
>---------------------------------------------------------------
commit cb540135b26504cffe557fd57fa3bb936e413769
Author: Manuel M T Chakravarty <chak at cse.unsw.edu.au>
Date: Mon Jun 20 23:51:19 2011 +1000
Accidentally tracked some binaries. Now added them to '.gitignore.
>---------------------------------------------------------------
.gitignore | 9 ++++++++-
.../dph/diophantine/dph-diophantine-fast | Bin 16854700 -> 0 bytes
.../dph/diophantine/dph-diophantine-opt | Bin 17017376 -> 0 bytes
tests/ghc-regress/dph/primespj/dph-primespj-fast | Bin 16783780 -> 0 bytes
tests/ghc-regress/dph/quickhull/dph-quickhull-fast | Bin 17092732 -> 0 bytes
tests/ghc-regress/dph/smvm/dph-smvm | Bin 16581028 -> 0 bytes
tests/ghc-regress/dph/sumnats/dph-sumnats | Bin 16101268 -> 0 bytes
tests/ghc-regress/dph/words/dph-words-fast | Bin 17580076 -> 0 bytes
8 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/.gitignore b/.gitignore
index 58e5cf3..5e4b6c2 100644
--- a/.gitignore
+++ b/.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
diff --git a/tests/ghc-regress/dph/diophantine/dph-diophantine-fast b/tests/ghc-regress/dph/diophantine/dph-diophantine-fast
deleted file mode 100755
index 81f538e..0000000
Binary files a/tests/ghc-regress/dph/diophantine/dph-diophantine-fast and /dev/null differ
diff --git a/tests/ghc-regress/dph/diophantine/dph-diophantine-opt b/tests/ghc-regress/dph/diophantine/dph-diophantine-opt
deleted file mode 100755
index 4b64bb4..0000000
Binary files a/tests/ghc-regress/dph/diophantine/dph-diophantine-opt and /dev/null differ
diff --git a/tests/ghc-regress/dph/primespj/dph-primespj-fast b/tests/ghc-regress/dph/primespj/dph-primespj-fast
deleted file mode 100755
index 4509099..0000000
Binary files a/tests/ghc-regress/dph/primespj/dph-primespj-fast and /dev/null differ
diff --git a/tests/ghc-regress/dph/quickhull/dph-quickhull-fast b/tests/ghc-regress/dph/quickhull/dph-quickhull-fast
deleted file mode 100755
index ef83e50..0000000
Binary files a/tests/ghc-regress/dph/quickhull/dph-quickhull-fast and /dev/null differ
diff --git a/tests/ghc-regress/dph/smvm/dph-smvm b/tests/ghc-regress/dph/smvm/dph-smvm
deleted file mode 100755
index 2cf446f..0000000
Binary files a/tests/ghc-regress/dph/smvm/dph-smvm and /dev/null differ
diff --git a/tests/ghc-regress/dph/sumnats/dph-sumnats b/tests/ghc-regress/dph/sumnats/dph-sumnats
deleted file mode 100755
index b9d671e..0000000
Binary files a/tests/ghc-regress/dph/sumnats/dph-sumnats and /dev/null differ
diff --git a/tests/ghc-regress/dph/words/dph-words-fast b/tests/ghc-regress/dph/words/dph-words-fast
deleted file mode 100755
index ba2942f..0000000
Binary files a/tests/ghc-regress/dph/words/dph-words-fast and /dev/null differ
More information about the Cvs-ghc
mailing list