From bb7ec466b8245ef5b308dddbf59c68f8a2373225 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Wed, 19 Feb 2020 21:51:48 +0100 Subject: [PATCH] add .gitignores --- .gitignore | 1 + sbp/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 sbp/.gitignore diff --git a/.gitignore b/.gitignore index 84d2072..fb73461 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ **/*.rs.bk *.wasm webgl.js +Cargo.lock diff --git a/sbp/.gitignore b/sbp/.gitignore new file mode 100644 index 0000000..eb5a316 --- /dev/null +++ b/sbp/.gitignore @@ -0,0 +1 @@ +target