Merge #941: Clean up git tree

09b3bb8648fec903e4ac2ec1d047503d5f0f48d7 Clean up git tree (Tim Ruffing)

Pull request description:

ACKs for top commit:
  jonasnick:
    ACK 09b3bb8648fec903e4ac2ec1d047503d5f0f48d7

Tree-SHA512: 70db146f4475e9618ecd68cf678d09a351e8da6c4fd4aa937c3f2fa30e3f6a9480ff24ac6301785fc2463bb5f8ff974091f8e9292ae7674ca9632b449a7034d5
This commit is contained in:
Jonas Nick 2021-05-14 20:04:07 +00:00
commit 399722a63a
No known key found for this signature in database
GPG Key ID: 4861DBF262123605
3 changed files with 10 additions and 1 deletions

8
.gitignore vendored
View File

@ -33,6 +33,14 @@ libtool
*~ *~
*.log *.log
*.trs *.trs
coverage/
coverage.html
coverage.*.html
*.gcda
*.gcno
*.gcov
src/libsecp256k1-config.h src/libsecp256k1-config.h
src/libsecp256k1-config.h.in src/libsecp256k1-config.h.in
src/ecmult_static_context.h src/ecmult_static_context.h

View File

@ -96,7 +96,8 @@ To create a report, `gcovr` is recommended, as it includes branch coverage repor
To create a HTML report with coloured and annotated source code: To create a HTML report with coloured and annotated source code:
$ gcovr --exclude 'src/bench*' --html --html-details -o coverage.html $ mkdir -p coverage
$ gcovr --exclude 'src/bench*' --html --html-details -o coverage/coverage.html
Reporting a vulnerability Reporting a vulnerability
------------ ------------

0
obj/.gitignore vendored
View File