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 | bc95633818349b904d07bff6a412e3c2e46c0a75 (patch) | |
tree | 6a33e62689235f5bdaa51396eb15b171e35d2b81 /rust/.gitignore | |
parent | 9544d25f5b626366a0c6607445c77668cb63e42c (diff) | |
download | solutions-bc95633818349b904d07bff6a412e3c2e46c0a75.tar.gz solutions-bc95633818349b904d07bff6a412e3c2e46c0a75.tar.bz2 solutions-bc95633818349b904d07bff6a412e3c2e46c0a75.zip |
Move rust codes into sub dir.
Diffstat (limited to 'rust/.gitignore')
-rw-r--r-- | rust/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust/.gitignore b/rust/.gitignore new file mode 100644 index 0000000..f03942d --- /dev/null +++ b/rust/.gitignore @@ -0,0 +1,5 @@ +/target +**/*.rs.bk +Cargo.lock + +.vscode |