[commit: packages/unix] master: Add `dist/` and `*~` to `.gitignore` (84ca1d2)
git at git.haskell.org
git at git.haskell.org
Sat Oct 12 12:02:09 UTC 2013
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://git.haskell.org/packages/unix.git/commitdiff/84ca1d2b4477076bc4441b7ba5a554162a272162
>---------------------------------------------------------------
commit 84ca1d2b4477076bc4441b7ba5a554162a272162
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Oct 12 13:23:31 2013 +0200
Add `dist/` and `*~` to `.gitignore`
Signed-off-by: Herbert Valerio Riedel <hvr at 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
More information about the ghc-commits
mailing list