Skip to content

Commit 6f99052

Browse files
authored
Merge pull request #2417 from mathstuf/gitignore-support-symlinks
gitignore: support ignoring target as symlinks
2 parents 6f90f58 + 3358dd7 commit 6f99052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ out
1414

1515
# Generated by Cargo
1616
Cargo.lock
17-
/target/
18-
/clippy_lints/target/
17+
/target
18+
/clippy_lints/target
1919

2020
# Generated by dogfood
2121
/target_recur/

0 commit comments

Comments
 (0)