diff options
| author | Todd Zullinger <tmz@pobox.com> | 2025-03-03 15:44:01 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-03-03 13:49:19 -0800 |
| commit | 7d90a272ac4f9a2755d7b4f5807d670e0212e70f (patch) | |
| tree | a2609b603dfa053fa4d23f84ec7116c103ec08e2 | |
| parent | 33af5a333416317f5d1fe0c8c9f980617a413aa8 (diff) | |
| download | git-7d90a272ac4f9a2755d7b4f5807d670e0212e70f.tar.xz | |
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 <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/.gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
