aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Jacob <me@manueljacob.de>2016-02-01 11:51:11 +0100
committerManuel Jacob <me@manueljacob.de>2016-02-01 11:51:11 +0100
commitda9abfdb2a58590e129f8b60c184f9453cfa599b (patch)
tree9e0793bca88d8f22c04d05ba57ebdc1f78575160 /.hgignore
parentthis comment is outdated now (diff)
downloadpypy-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--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 326a957b30..af07915f25 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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$