Skip to content

Commit 72e44c4

Browse files
authored
Merge pull request rust-lang#3822 from mathstuf/target-as-symlink
gitignore: ignore target as a symlink
2 parents 8df0b6f + 366e6f9 commit 72e44c4

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)