Skip to content

Commit

Permalink
Amend .gitattributes file for more Windows text-mode removal
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbonfield committed Jun 25, 2024
1 parent b708752 commit b744279
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ test/index_dos.sam -text
# Remove the text attribute from various faidx test files
test/faidx/faidx*.fa* -text
test/faidx/fastqs*.fq* -text
test/fastq/*.fa -text
test/fastq/*.fq -text
*.tst -text
*.out -text
*.crai -text
*.bai -text
*.csi -text
*.gzi -text
*.bcf -text
*.sam -text
*.sam.gz -text
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
export MSYSTEM=MINGW64
autoreconf -i
./configure
make -j32
make -j6
- name: Check Htslib
shell: msys2 {0}
run: |
Expand Down

0 comments on commit b744279

Please sign in to comment.