diff options
| author | a14m <[email protected]> | 2020-12-15 14:14:41 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2020-12-15 14:56:31 +0100 |
| commit | 9b0bce6583ea400cea7bcb90cd2da50edd0db3ac (patch) | |
| tree | 21aa0b734bd72c0f1287fb9795a026559d44f7c5 /CLI/rust/.gitignore | |
| parent | adfac4deba6d4fc4d91c2a8d4b42a6d24241bfb0 (diff) | |
Add the basic rust package structure
Diffstat (limited to 'CLI/rust/.gitignore')
| -rw-r--r-- | CLI/rust/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CLI/rust/.gitignore b/CLI/rust/.gitignore new file mode 100644 index 0000000..b1ade94 --- /dev/null +++ b/CLI/rust/.gitignore @@ -0,0 +1,11 @@ +# Generated by Cargo +# will have compiled files and executables +debug/ +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 |
