Skip to content

Commit

Permalink
simplify .gitattributes
Browse files Browse the repository at this point in the history
This was brought up in GitoxideLabs#1607 and I think it's preferable.
  • Loading branch information
Byron committed Sep 24, 2024
1 parent fc06e41 commit dd94f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dd94f57

Please sign in to comment.