[commit: ghc] master: Ignore __pycache__. (c7ab799)
git at git.haskell.org
git at git.haskell.org
Fri Oct 9 17:25:16 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c7ab79952e3fd0654108909fc372e4df5ffff91e/ghc
>---------------------------------------------------------------
commit c7ab79952e3fd0654108909fc372e4df5ffff91e
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Fri Oct 9 10:27:31 2015 -0700
Ignore __pycache__.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
c7ab79952e3fd0654108909fc372e4df5ffff91e
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 8013e75..d710852 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@ Thumbs.db
*.depend*
*.dyn_o
*.dyn_hi
+__pycache__
log
tags
More information about the ghc-commits
mailing list