aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Plangger <planrichi@gmail.com>2017-04-05 07:35:22 -0400
committerRichard Plangger <planrichi@gmail.com>2017-04-05 07:35:22 -0400
commite9973c47ade4d1078103d1d8a519b903ad665192 (patch)
tree6b73fc94837713ae2ad35d247a01d6466eacaf9c /.hgignore
parentDon't call configure if the libbacktrace library is not used. (diff)
downloadpypy-e9973c47ade4d1078103d1d8a519b903ad665192.tar.gz
pypy-e9973c47ade4d1078103d1d8a519b903ad665192.tar.bz2
pypy-e9973c47ade4d1078103d1d8a519b903ad665192.zip
do not generate the sources by the configure script, but include the config files for each individual configs
Diffstat (limited to '.hgignore')
-rwxr-xr-x.hgignore5
1 files changed, 0 insertions, 5 deletions
diff --git a/.hgignore b/.hgignore
index 5d1bc04218..2ae0f300a3 100755
--- a/.hgignore
+++ b/.hgignore
@@ -49,11 +49,6 @@ syntax: regexp
^rpython/translator/goal/target.+-c$
^rpython/translator/goal/.+\.exe$
^rpython/translator/goal/.+\.dll$
-^rpython/rlib/rvmprof/src/shared/libbacktrace/Makefile$
-^rpython/rlib/rvmprof/src/shared/libbacktrace/config.h$
-^rpython/rlib/rvmprof/src/shared/libbacktrace/config.log$
-^rpython/rlib/rvmprof/src/shared/libbacktrace/config.status$
-^rpython/rlib/rvmprof/src/shared/libbacktrace/gstdint.h$
^pypy/goal/pypy-translation-snapshot$
^pypy/goal/pypy-c
^pypy/goal/.+\.exe$