[commit: packages/directory] master: Add `*~` and `dist/` to `.gitignore` (81e0b62)
git at git.haskell.org
git at git.haskell.org
Sun Oct 13 16:05:43 UTC 2013
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://git.haskell.org/packages/directory.git/commitdiff/81e0b62d949ff2da05c15166b7559145bce8fbec
>---------------------------------------------------------------
commit 81e0b62d949ff2da05c15166b7559145bce8fbec
Author: Herbert Valerio Riedel <hvr at 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
More information about the ghc-commits
mailing list