Repository : ssh://darcs.haskell.org//srv/darcs/nofib On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fb3efe15e05855ebc295ea5283d1df93b188a8dd >--------------------------------------------------------------- commit fb3efe15e05855ebc295ea5283d1df93b188a8dd Author: David Terei <[email protected]> Date: Wed Jan 25 18:32:40 2012 -0800 Add .gitignore >--------------------------------------------------------------- fibon/.gitignore | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/fibon/.gitignore b/fibon/.gitignore new file mode 100644 index 0000000..199c70e --- /dev/null +++ b/fibon/.gitignore @@ -0,0 +1,7 @@ +Shootout/BinaryTrees/BinaryTrees +Shootout/ChameneosRedux/ChameneosRedux +Shootout/Fannkuch/Fannkuch +Shootout/Mandelbrot/Mandelbrot +Shootout/Nbody/Nbody +Shootout/Pidigits/Pidigits +Shootout/SpectralNorm/SpectralNorm _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
