From 7b8e9062102529e6f9b1bcece2d814fea34b5218 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 1 Oct 2019 19:11:30 -0400 Subject: [PATCH 1/2] gitignore: add a trailing newline All lines should end with a newline. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 98171f1fe..ac2b3e8c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *~ target/ -Cargo.lock \ No newline at end of file +Cargo.lock From 24bf40e91caa47c7eff785b94af53f81145fb094 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 1 Oct 2019 19:11:44 -0400 Subject: [PATCH 2/2] gitignore: ignore target as a symlink --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ac2b3e8c9..e042b346a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ *~ -target/ +/target Cargo.lock