git ignore more (#3870)

This commit is contained in:
Jack May 2019-04-18 14:23:34 -07:00 committed by GitHub
parent 7e1a7b1f64
commit c1e39a3b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

11
.gitignore vendored
View File

@ -1,10 +1,13 @@
/target/
/ledger-tool/target/
/wallet/target/
/core/target/
/book/html/ /book/html/
/book/src/img/ /book/src/img/
/book/src/tests.ok /book/src/tests.ok
/core/target/
/farf/
/ledger-tool/target/
/solana-release/
solana-release.tar.bz2
/target/
/wallet/target/
**/*.rs.bk **/*.rs.bk
.cargo .cargo

3
bench-tps/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/target/
/config/
/config-local/