Skip to content

Commit

Permalink
Merge pull request rust-lang#3822 from mathstuf/target-as-symlink
Browse files Browse the repository at this point in the history
gitignore: ignore target as a symlink
  • Loading branch information
scampi authored Oct 2, 2019
2 parents 8df0b6f + 366e6f9 commit 72e44c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
### Rust ###
# Generated by Cargo
# will have compiled files and executables
/target/
/target

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

0 comments on commit 72e44c4

Please sign in to comment.