2022-09-16 02:13:13 +00:00
|
|
|
# .gitignore for rust-bitcoin repository workspace.
|
|
|
|
|
|
|
|
# Lock files
|
2017-04-25 01:12:37 +00:00
|
|
|
Cargo.lock
|
2022-09-16 02:13:13 +00:00
|
|
|
internals/Cargo.lock
|
|
|
|
bitcoin/Cargo.lock
|
2022-09-16 01:52:57 +00:00
|
|
|
hashes/Cargo.lock
|
2022-09-16 02:13:13 +00:00
|
|
|
|
|
|
|
# Build artifacts
|
|
|
|
target
|
|
|
|
internals/target
|
|
|
|
bitcoin/target
|
2022-09-16 01:52:57 +00:00
|
|
|
hashes/target
|
2022-09-16 02:13:13 +00:00
|
|
|
|
|
|
|
# Test artifacts
|
|
|
|
bitcoin/dep_test
|
2018-02-28 09:37:26 +00:00
|
|
|
|
2022-09-16 02:13:13 +00:00
|
|
|
# Fuzz artifacts
|
2023-03-22 13:55:08 +00:00
|
|
|
hfuzz_target
|
|
|
|
hfuzz_workspace
|