diff options
author | Matti Picus <matti.picus@gmail.com> | 2017-06-15 20:26:03 +0300 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2017-06-15 20:26:03 +0300 |
commit | 3d2307304a847eb03ed2f635ef70ea8790b64139 (patch) | |
tree | 269286812eb6f2e68ad8d8e7969e72a5fb5697b4 /.hgignore | |
parent | improve test (diff) | |
download | pypy-3d2307304a847eb03ed2f635ef70ea8790b64139.tar.gz pypy-3d2307304a847eb03ed2f635ef70ea8790b64139.tar.bz2 pypy-3d2307304a847eb03ed2f635ef70ea8790b64139.zip |
ignore more local status files
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,6 +8,8 @@ syntax: glob .pydevproject __pycache__ +.cache/ +.gdb_history syntax: regexp ^testresult$ ^site-packages$ @@ -85,7 +87,6 @@ syntax: regexp .hypothesis/ ^release/ ^rpython/_cache$ -^\.cache$ pypy/module/cppyy/.+/*\.pcm |