Newer
Older
# Ignore build artifacts from the local tests sub-crate.
/target/
/pdsl_tests/target/
/pdsl_core/target/
/pdsl_derive/target/
/design/
/pdsl_tests/examples/
# Ignore backup files creates by cargo fmt.
**/*.rs.bk
# Remove Cargo.lock when creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock