diff options
author | crupest <crupest@outlook.com> | 2020-05-07 22:37:39 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-05-07 22:37:39 +0800 |
commit | 5b3584fcc79c87f87edebbf08f2f9c144f298eed (patch) | |
tree | 913e0617dc8c823fa438c130eef1fb045f2af8d7 /works/solutions/rust/.gitignore | |
parent | b7ffb156cd1566565ceeef1801e6910d9981ecda (diff) | |
download | crupest-5b3584fcc79c87f87edebbf08f2f9c144f298eed.tar.gz crupest-5b3584fcc79c87f87edebbf08f2f9c144f298eed.tar.bz2 crupest-5b3584fcc79c87f87edebbf08f2f9c144f298eed.zip |
import(solutions): Move rust codes into sub dir.
Diffstat (limited to 'works/solutions/rust/.gitignore')
-rw-r--r-- | works/solutions/rust/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/works/solutions/rust/.gitignore b/works/solutions/rust/.gitignore new file mode 100644 index 0000000..f03942d --- /dev/null +++ b/works/solutions/rust/.gitignore @@ -0,0 +1,5 @@ +/target +**/*.rs.bk +Cargo.lock + +.vscode |