Better .gitignore for bench binaries

This commit is contained in:
Pieter Wuille 2014-11-01 06:01:40 -07:00
parent fa5c13ff4c
commit 8f9a307818
1 changed files with 4 additions and 3 deletions

7
.gitignore vendored
View File

@ -1,7 +1,8 @@
bench
bench.exe
bench_inv
bench_sign
bench_verify
tests
tests.exe
*.exe
*.so
*.a
!.gitignore