Skip to content

Commit 1f37879

Browse files
uklotzdeSerial-ATA
authored andcommitted
gitignore: Support symbolic link for target directory
1 parent 1e96654 commit 1f37879

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Generated by Cargo
2-
# will have compiled files and executables
3-
**/target/
2+
# - will have compiled files and executables
3+
# - without a trailing slash to allow using a symbolic link
4+
# for out-of-tree builds on a separate volume
5+
**/target
46

57
# These are backup files generated by rustfmt
68
**/*.rs.bk

0 commit comments

Comments
 (0)