mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
gitignore: Support symbolic link for target directory
This commit is contained in:
parent
1e966542e6
commit
1f37879649
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,6 +1,8 @@
|
|||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
**/target/
|
||||
# - will have compiled files and executables
|
||||
# - without a trailing slash to allow using a symbolic link
|
||||
# for out-of-tree builds on a separate volume
|
||||
**/target
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
|
Loading…
Reference in a new issue