diff options
author | Manuel Jacob <me@manueljacob.de> | 2016-02-01 11:51:11 +0100 |
---|---|---|
committer | Manuel Jacob <me@manueljacob.de> | 2016-02-01 11:51:11 +0100 |
commit | da9abfdb2a58590e129f8b60c184f9453cfa599b (patch) | |
tree | 9e0793bca88d8f22c04d05ba57ebdc1f78575160 /.hgignore | |
parent | this comment is outdated now (diff) | |
download | pypy-da9abfdb2a58590e129f8b60c184f9453cfa599b.tar.gz pypy-da9abfdb2a58590e129f8b60c184f9453cfa599b.tar.bz2 pypy-da9abfdb2a58590e129f8b60c184f9453cfa599b.zip |
Add lib_pypy/_libmpdec/ to default's .hgignore as well.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ syntax: regexp ^lib_pypy/__pycache__$ ^lib_pypy/ctypes_config_cache/_.+_cache\.py$ ^lib_pypy/ctypes_config_cache/_.+_.+_\.py$ +^lib_pypy/_libmpdec/.+.o$ ^rpython/translator/cli/query-descriptions$ ^pypy/doc/discussion/.+\.html$ ^include/.+\.h$ |