Clean up git tree
This removes the ununsed `obj` directory. It also suggests in the README to create the "coverage" files in a separate directory and adds the coverage files to .gitignore. readme: Improve instructions for coverage reports
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -33,6 +33,14 @@ libtool
|
||||
*~
|
||||
*.log
|
||||
*.trs
|
||||
|
||||
coverage/
|
||||
coverage.html
|
||||
coverage.*.html
|
||||
*.gcda
|
||||
*.gcno
|
||||
*.gcov
|
||||
|
||||
src/libsecp256k1-config.h
|
||||
src/libsecp256k1-config.h.in
|
||||
src/ecmult_static_context.h
|
||||
|
||||
Reference in New Issue
Block a user