diff options
author | Aleksey Kladov <[email protected]> | 2017-12-28 20:55:16 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2017-12-28 20:55:16 +0000 |
commit | e132280844db6af5a70739bba3bd89382c39e37e (patch) | |
tree | ca46ee8a5dba8a424842dc2082395f33a503eb56 /.gitignore | |
parent | 268cb2a04eb2a7519262632c09c55ee273545352 (diff) |
Start library
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 000000000..6aa106405 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | /target/ | ||
2 | **/*.rs.bk | ||
3 | Cargo.lock | ||