Skip to content

Commit 366e6f9

Browse files
committed
gitignore: ignore target as a symlink
1 parent 8df0b6f commit 366e6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
### Rust ###
55
# Generated by Cargo
66
# will have compiled files and executables
7-
/target/
7+
/target
88

99
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
1010
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock

0 commit comments

Comments
 (0)