diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-10-09 10:27:31 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2015-10-09 10:27:31 -0700 |
commit | c7ab79952e3fd0654108909fc372e4df5ffff91e (patch) | |
tree | e6fa451e08757f28d1bfcec4acab2e7c61517684 /.gitignore | |
parent | 0ead0cad8d9c71e3c3230b8dbee0a4defa953c64 (diff) | |
download | haskell-c7ab79952e3fd0654108909fc372e4df5ffff91e.tar.gz |
Ignore __pycache__.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 8013e75ec3..d710852091 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ Thumbs.db *.depend* *.dyn_o *.dyn_hi +__pycache__ log tags |