Repository : ssh://g...@git.haskell.org/unix On branch : master Link : http://git.haskell.org/packages/unix.git/commitdiff/84ca1d2b4477076bc4441b7ba5a554162a272162
>--------------------------------------------------------------- commit 84ca1d2b4477076bc4441b7ba5a554162a272162 Author: Herbert Valerio Riedel <h...@gnu.org> Date: Sat Oct 12 13:23:31 2013 +0200 Add `dist/` and `*~` to `.gitignore` Signed-off-by: Herbert Valerio Riedel <h...@gnu.org> >--------------------------------------------------------------- 84ca1d2b4477076bc4441b7ba5a554162a272162 .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5079c45..6023241 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ autom4te.cache/ config.log config.status configure +dist/ dist-install/ ghc.mk include/HsUnixConfig.h @@ -14,3 +15,4 @@ tests/*.eventlog tests/*.genscript tests/*.o tests/*.hi +*~ \ No newline at end of file _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits