about summary refs log tree commit diff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2021-06-04 09:04:54 -0400
committerJoshua Nelson <jyn514@gmail.com>2021-06-04 09:04:54 -0400
commitc6004a5d3b3c62725b74a2bcb1e731ca054af06f (patch)
tree5e8ea085ec3403e1b8bc864bb986551dc610bf56 /.gitattributes
parentc4c2ab57a43737867982fafc8cfacd9b069fee96 (diff)
downloadrust-c6004a5d3b3c62725b74a2bcb1e731ca054af06f.tar.gz
rust-c6004a5d3b3c62725b74a2bcb1e731ca054af06f.zip
Remove rustfmt tests from top-level .gitattributes
These are tracked in src/tools/rustfmt/.gitattributes already, they
don't need to be listed twice.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitattributes b/.gitattributes
index 82599b14503..51a670b5fbe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -16,11 +16,3 @@ config.toml.example linguist-language=TOML
 *.ico binary
 *.woff binary
 *.woff2 binary
-
-# Needed as part of converting rustfmt to a subtree, can hopefully be removed later.
-src/tools/rustfmt/tests/source/issue-3494/crlf.rs -text
-src/tools/rustfmt/tests/source/comment_crlf_newline.rs -text
-src/tools/rustfmt/tests/source/configs/enum_discrim_align_threshold/40.rs -text
-src/tools/rustfmt/tests/target/issue-3494/crlf.rs -text
-src/tools/rustfmt/tests/target/comment_crlf_newline.rs -text
-src/tools/rustfmt/tests/target/configs/enum_discrim_align_threshold/40.rs -text