Repository : ssh://g...@git.haskell.org/directory

On branch  : master
Link       : 
http://git.haskell.org/packages/directory.git/commitdiff/81e0b62d949ff2da05c15166b7559145bce8fbec

>---------------------------------------------------------------

commit 81e0b62d949ff2da05c15166b7559145bce8fbec
Author: Herbert Valerio Riedel <h...@gnu.org>
Date:   Sun Oct 13 13:02:46 2013 +0200

    Add `*~` and `dist/` to `.gitignore`


>---------------------------------------------------------------

81e0b62d949ff2da05c15166b7559145bce8fbec
 .gitignore |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index f5488df..1931232 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,9 +3,11 @@ autom4te.cache/
 config.log
 config.status
 configure
+dist
 dist-install/
 ghc.mk
 include/HsDirectoryConfig.h
 include/HsDirectoryConfig.h.in
 tests/copyFile001dir/target
 tests/copyFile002dir/target
+*~
\ No newline at end of file

_______________________________________________
ghc-commits mailing list
ghc-commits@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to