From 5ac67adb409f374aa37a40860649f8c770ecdee8 Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Mon, 1 Feb 2016 23:58:38 -0500 Subject: [PATCH] gitignore .rs.bk files These clutter up `git status` output when working on rustfmt. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a6f89c2da7a..09b805d72ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/target/ \ No newline at end of file +**/*.rs.bk +/target/