diff options
author | 杨宇千 <crupest@outlook.com> | 2019-09-20 19:23:00 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-09-20 19:23:00 +0800 |
commit | afc0736d1a5f451bb42351b4e899e33f764ab315 (patch) | |
tree | b68bf102c69fdf5e89f437bd9192cfc78da26ff4 /.gitignore | |
download | solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.tar.gz solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.tar.bz2 solutions-afc0736d1a5f451bb42351b4e899e33f764ab315.zip |
...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6936990 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +**/*.rs.bk +Cargo.lock |