Skip to content

Commit c42a33f

Browse files
committed
Fix .gitignore for cargo target directory.
Trailing solidus prevents target from being a symlink. Signed-off-by: Jason Volk <[email protected]>
1 parent 2940534 commit c42a33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Please see LICENSE files in the repository root for full details.
55

66
# Rust
7-
target/
7+
target
88

99
# Editors
1010
.idea

0 commit comments

Comments
 (0)