diff options
author | Akshay <[email protected]> | 2020-08-17 17:33:36 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2020-08-17 17:33:36 +0100 |
commit | 5deab795f980ebb2b5e903b3a424703bb63b83a9 (patch) | |
tree | ccc29d50b0b3d9c873c877d39723ebaf1607d078 /.gitignore | |
parent | 4b147b4656135a04d2a4c2347e59f04d4f388d26 (diff) |
bump to v0.1.3v0.1.3
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -2,9 +2,5 @@ | |||
2 | # will have compiled files and executables | 2 | # will have compiled files and executables |
3 | /target/ | 3 | /target/ |
4 | 4 | ||
5 | # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries | ||
6 | # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html | ||
7 | Cargo.lock | ||
8 | |||
9 | # These are backup files generated by rustfmt | 5 | # These are backup files generated by rustfmt |
10 | **/*.rs.bk | 6 | **/*.rs.bk |