From 9c0ff953dd2c8bd3fe1bdfd5f99c0bc3cc6cd30c Mon Sep 17 00:00:00 2001 From: zzeroo Date: Wed, 12 Sep 2018 14:37:50 +0200 Subject: [PATCH] target and .rs.bk files are not in .gitignore The .gitignore is now the same as with `cargo new --lib rs485-` --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 03314f7..6936990 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ +/target +**/*.rs.bk Cargo.lock