diff options
author | Determinant <[email protected]> | 2017-11-08 11:41:14 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2017-11-08 11:41:14 -0500 |
commit | 2bba9f76f6643120d609a7766a3ffbaf32abcfff (patch) | |
tree | 87560a79ea799e03c0e209faf8e691478a8abd6e /.gitignore |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..143b1ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +/target/ +**/*.rs.bk +Cargo.lock |