Fix .gitignore for cargo target directory.

Trailing solidus prevents target from being a symlink.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-06-29 08:12:50 +00:00
parent 29405344d7
commit c42a33f470

2
.gitignore vendored
View File

@@ -4,7 +4,7 @@
# Please see LICENSE files in the repository root for full details.
# Rust
target/
target
# Editors
.idea