updated gitignore for easier crates.io publishing

This commit is contained in:
epi
2020-10-03 08:50:53 -05:00
parent 51799e101c
commit d8afb58ddd

6
.gitignore vendored
View File

@@ -15,3 +15,9 @@ Cargo.lock
# personal feroxbuster config for testing
ferox-config.toml
# images for the README on github
img/**
# personal script to check code coverage using nightly compiler
check-coverage.sh