mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 04:12:36 -03:00
Better .gitignore for bench binaries
This commit is contained in:
parent
fa5c13ff4c
commit
8f9a307818
1 changed files with 4 additions and 3 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,7 +1,8 @@
|
|||
bench
|
||||
bench.exe
|
||||
bench_inv
|
||||
bench_sign
|
||||
bench_verify
|
||||
tests
|
||||
tests.exe
|
||||
*.exe
|
||||
*.so
|
||||
*.a
|
||||
!.gitignore
|
||||
|
|
Loading…
Reference in a new issue