From b1145921cc77792a7dec0ff5851aa6c06376cf5e Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 12 Aug 2019 14:09:27 +0200 Subject: [PATCH] Apply gitignore on all packages in this folder --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c8f7745 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/target +**/*.rs.bk