From 7d90a272ac4f9a2755d7b4f5807d670e0212e70f Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 3 Mar 2025 15:44:01 -0500 Subject: [PATCH] doc: remove unneeded .gitattributes The top-level .gitattributes file contains entries for the Documentation tree. Documentation/.gitattributes has not been touched since it was added in 14f9e128d3 (Define the project whitespace policy, 2008-02-10). Signed-off-by: Todd Zullinger Signed-off-by: Junio C Hamano --- Documentation/.gitattributes | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Documentation/.gitattributes diff --git a/Documentation/.gitattributes b/Documentation/.gitattributes deleted file mode 100644 index ddb030137d..0000000000 --- a/Documentation/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.txt whitespace -- 2.47.3