diff options
author | mattip <matti.picus@gmail.com> | 2015-12-24 00:22:08 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2015-12-24 00:22:08 +0200 |
commit | f10cb08a43055dacd01e145299b87982d33ceeed (patch) | |
tree | 717f7ade4cbed4ab358610050ccb0d284229bf3b /.gitignore | |
parent | document merged branch (diff) | |
download | pypy-f10cb08a43055dacd01e145299b87982d33ceeed.tar.gz pypy-f10cb08a43055dacd01e145299b87982d33ceeed.tar.bz2 pypy-f10cb08a43055dacd01e145299b87982d33ceeed.zip |
improve .gitignore (Vincent Legoll, PR #385)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4bb035c8ae..bf9d05d8a9 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,4 @@ pypy/translator/goal/target*-c release/ !pypy/tool/release/ rpython/_cache/ -__pycache__/ +.cache/ |