From c42a33f470eacda307d3c27c832651572b679fae Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 29 Jun 2025 08:12:50 +0000 Subject: [PATCH] Fix .gitignore for cargo target directory. Trailing solidus prevents target from being a symlink. Signed-off-by: Jason Volk --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 04c077e49..d98402c23 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ # Please see LICENSE files in the repository root for full details. # Rust -target/ +target # Editors .idea