Skip to content

Commit c302810

Browse files
authored
Rollup merge of #85989 - jyn514:gitignore-cleanup, r=ehuss
Remove rustfmt tests from top-level .gitattributes These are tracked in src/tools/rustfmt/.gitattributes already, they don't need to be listed twice. r? `@ehuss` since you suggested adding them in #82208; I think it should be ok now that bors isn't trying to merge the `subtree add` changes. cc `@calebcartwright`
2 parents 2a23af6 + c6004a5 commit c302810

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitattributes

-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@ config.toml.example linguist-language=TOML
1616
*.ico binary
1717
*.woff binary
1818
*.woff2 binary
19-
20-
# Needed as part of converting rustfmt to a subtree, can hopefully be removed later.
21-
src/tools/rustfmt/tests/source/issue-3494/crlf.rs -text
22-
src/tools/rustfmt/tests/source/comment_crlf_newline.rs -text
23-
src/tools/rustfmt/tests/source/configs/enum_discrim_align_threshold/40.rs -text
24-
src/tools/rustfmt/tests/target/issue-3494/crlf.rs -text
25-
src/tools/rustfmt/tests/target/comment_crlf_newline.rs -text
26-
src/tools/rustfmt/tests/target/configs/enum_discrim_align_threshold/40.rs -text

0 commit comments

Comments
 (0)