Skip to content

Commit

Permalink
[infra] Update binary gitattributes (Samsung#10483)
Browse files Browse the repository at this point in the history
This commit updates .gitattributes file.
- Use binary macro instead of "-text"
- Add jar extension
- Sort binary extension

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Mar 2, 2023
1 parent b66d072 commit 0ee2029
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ res/** linguist-detectable=false
* text eol=lf

# Binary - ignore text file setting
*.caffemodel -text
*.png -text
*.pdf -text
*.h5 -text
*.tar.gz -text
*.tflite -text
*.bmp -text
*.bmp binary
*.caffemodel binary
*.h5 binary
*.jar binary
*.pdf binary
*.png binary
*.tar.gz binary
*.tflite binary

0 comments on commit 0ee2029

Please sign in to comment.