From dd94f57db82a9bf5833e290b3300a747001bb1eb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 24 Sep 2024 16:32:20 +0200 Subject: [PATCH] simplify .gitattributes This was brought up in #1607 and I think it's preferable. --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 8602f1fb954..f307bd391f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,11 @@ -**/generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text +generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text # assure line feeds don't interfere with our working copy hash -**/tests/fixtures/**/*.sh text crlf=input eol=lf +tests/fixtures/**/*.sh text crlf=input eol=lf /justfile text crlf=input eol=lf # have GitHub include fixture-making scripts when it counts code -**/tests/fixtures/**/*.sh linguist-vendored=false +tests/fixtures/**/*.sh linguist-vendored=false # have GitHub treat the gix-packetline-blocking src copy as auto-generated gix-packetline-blocking/src/ linguist-generated=true