From aa3f7d3b5141172ceb7efb2b3869ebe5ce91a55f Mon Sep 17 00:00:00 2001 From: nkostoulas Date: Fri, 22 Feb 2019 12:45:53 +0000 Subject: [PATCH] add .gitignore file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a9d37c56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +target +Cargo.lock