Skip to content

Commit d3c3237

Browse files
committed
Revert "simplify .gitattributes"
This reverts commit a75e970. That change to `.gitattributes`, though intended as a refactoring, caused the currently committed generated archives not to be able to be used, producing Windows `test-fast` failures similar to GitoxideLabs#1358. See comments in GitoxideLabs#1607 for details.
1 parent a75e970 commit d3c3237

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)