aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Plangger <planrichi@gmail.com>2017-04-04 18:50:10 -0400
committerRichard Plangger <planrichi@gmail.com>2017-04-04 18:50:10 -0400
commit30b13eb4a020c0e72962abf16ce16983c444e9f4 (patch)
tree3533b1748ae9b62d92a3b2894293b017e6e46896 /.hgignore
parentconfigure libbacktrace in setup of rvmprof (diff)
downloadpypy-30b13eb4a020c0e72962abf16ce16983c444e9f4.tar.gz
pypy-30b13eb4a020c0e72962abf16ce16983c444e9f4.tar.bz2
pypy-30b13eb4a020c0e72962abf16ce16983c444e9f4.zip
hg ignore generated libbacktrace files, do not call libbacktrace/configure twice if it has already been generated
Diffstat (limited to '.hgignore')
-rwxr-xr-x.hgignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index d114c105a1..5d1bc04218 100755
--- a/.hgignore
+++ b/.hgignore
@@ -49,6 +49,11 @@ 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$
@@ -83,3 +88,5 @@ syntax: regexp
^\.cache$
pypy/module/cppyy/.+/*\.pcm
+
+