diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2017-04-29 13:22:49 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2017-04-29 13:22:49 +0200 |
commit | 90aa4e6be97ce0849901ce188b30773b2d6662ff (patch) | |
tree | 193172f8a2756de4dc3240ec7f558013459013bf /.gitignore | |
download | nihav-90aa4e6be97ce0849901ce188b30773b2d6662ff.tar.gz |
initial work
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a9d37c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +Cargo.lock |