diff options
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/.gitignore b/src/.gitignore index aeb024c..e84191a 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -2,10 +2,6 @@ # will have compiled files and executables /target/ -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock - # These are backup files generated by rustfmt **/*.rs.bk @@ -18,4 +14,4 @@ compiled/ /gen_code/ /racket_specs/gen_lib_spec/ /racket_specs/gen_prop_spec/ -/racket_specs/gen_match/
\ No newline at end of file +/racket_specs/gen_match/ |