diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-04-26 15:25:39 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-04-26 15:25:39 +0900 |
commit | 17a5b5d427ccda706b7ccf57af1cd5c04ced079b (patch) | |
tree | b8842b5f8510632159eb281386063e412e0c2b8a /.gitignore | |
download | rust-serde_bytes-upstream.tar.gz rust-serde_bytes-upstream.tar.bz2 rust-serde_bytes-upstream.zip |
Import serde_bytes 0.11.9upstream/0.11.9upstream
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..4308d82 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +target/ +**/*.rs.bk +Cargo.lock |