[commit: packages/process] master, wip/issue15: Add `/dist/` to `.gitignore` (aaa55d2)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:36:55 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branches: master,wip/issue15
Link : http://ghc.haskell.org/trac/ghc/changeset/aaa55d2a39c78c5937cd8a0433114325d92b226d/process
>---------------------------------------------------------------
commit aaa55d2a39c78c5937cd8a0433114325d92b226d
Author: Simon Hengel <sol at typeful.net>
Date: Sat Nov 1 12:34:02 2014 +0800
Add `/dist/` to `.gitignore`
>---------------------------------------------------------------
aaa55d2a39c78c5937cd8a0433114325d92b226d
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index bd6e173..3934cb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+/dist/
+
# Specific generated files
GNUmakefile
autom4te.cache/
More information about the ghc-commits
mailing list