From e2d243c44735ad770a49525dbe1f5a4a28eb15e8 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Thu, 11 Jun 2020 20:52:48 -0700 Subject: [PATCH] Remove the / before target can help ignore build files Besides /target, there are many target folders inside examples. Please change /target to target so that those build files can be ignored by github --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 53eaa219..84a323e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -/target +target **/*.rs.bk