Skip to content

Commit dd94f57

Browse files
committed
simplify .gitattributes
This was brought up in #1607 and I think it's preferable.
1 parent fc06e41 commit dd94f57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitattributes

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
**/generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text
1+
generated-archives/*.tar* filter=lfs-disabled diff=lfs merge=lfs -text
22

33
# assure line feeds don't interfere with our working copy hash
4-
**/tests/fixtures/**/*.sh text crlf=input eol=lf
4+
tests/fixtures/**/*.sh text crlf=input eol=lf
55
/justfile text crlf=input eol=lf
66

77
# have GitHub include fixture-making scripts when it counts code
8-
**/tests/fixtures/**/*.sh linguist-vendored=false
8+
tests/fixtures/**/*.sh linguist-vendored=false
99

1010
# have GitHub treat the gix-packetline-blocking src copy as auto-generated
1111
gix-packetline-blocking/src/ linguist-generated=true

0 commit comments

Comments
 (0)