diff options
author | Richard Plangger <planrichi@gmail.com> | 2017-04-05 07:35:22 -0400 |
---|---|---|
committer | Richard Plangger <planrichi@gmail.com> | 2017-04-05 07:35:22 -0400 |
commit | e9973c47ade4d1078103d1d8a519b903ad665192 (patch) | |
tree | 6b73fc94837713ae2ad35d247a01d6466eacaf9c /.hgignore | |
parent | Don't call configure if the libbacktrace library is not used. (diff) | |
download | pypy-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 | .hgignore | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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$ |