Mercurial > hg
comparison .hgignore @ 46140:ec14c37958ec
rust: document how to enable debug information in optimized builds
This is particularly useful when profiling.
Differential Revision: https://phab.mercurial-scm.org/D9625
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Thu, 17 Dec 2020 12:28:39 +0100 |
parents | e63daff6e8ed |
children | 3e23794b9e1c |
comparison
equal
deleted
inserted
replaced
46139:3ca5ca380a34 | 46140:ec14c37958ec |
---|---|
62 rust/*/target/ | 62 rust/*/target/ |
63 | 63 |
64 # Generated wheels | 64 # Generated wheels |
65 wheelhouse/ | 65 wheelhouse/ |
66 | 66 |
67 syntax: rootglob | |
68 # See Profiling in rust/README.rst | |
69 .cargo/config | |
70 | |
67 syntax: regexp | 71 syntax: regexp |
68 ^\.pc/ | 72 ^\.pc/ |
69 ^\.(pydev)?project | 73 ^\.(pydev)?project |
70 | 74 |
71 # hackable windows distribution additions | 75 # hackable windows distribution additions |