Browse Source

Merge branch 'master' into af/BinaryThresholdMode

pull/1557/head
James Jackson-South 5 years ago
committed by GitHub
parent
commit
62e2478ff0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      .gitattributes
  2. 2
      shared-infrastructure

23
.gitattributes

@ -83,29 +83,20 @@
# treat as binary # treat as binary
############################################################################### ###############################################################################
*.basis binary *.basis binary
*.bmp binary
*.dds binary
*.dll binary *.dll binary
*.eot binary *.eot binary
*.exe binary *.exe binary
*.gif binary
*.jpg binary
*.ktx binary *.ktx binary
*.otf binary *.otf binary
*.pbm binary *.pbm binary
*.pdf binary *.pdf binary
*.png binary
*.ppt binary *.ppt binary
*.pptx binary *.pptx binary
*.pvr binary *.pvr binary
*.snk binary *.snk binary
*.tga binary
*.tif binary
*.tiff binary
*.ttc binary *.ttc binary
*.ttf binary *.ttf binary
*.wbmp binary *.wbmp binary
*.webp binary
*.woff binary *.woff binary
*.woff2 binary *.woff2 binary
*.xls binary *.xls binary
@ -121,4 +112,16 @@
*.pptx diff=astextplain *.pptx diff=astextplain
*.rtf diff=astextplain *.rtf diff=astextplain
*.svg diff=astextplain *.svg diff=astextplain
*.jpg,*.jpeg,*.bmp,*.gif,*.png,*.tif,*.tiff,*.tga,*.webp filter=lfs diff=lfs merge=lfs -text ###############################################################################
# Handle image files by git lfs
###############################################################################
*.jpg filter=lfs diff=lfs merge=lfs -text
*.jpeg filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.tif filter=lfs diff=lfs merge=lfs -text
*.tiff filter=lfs diff=lfs merge=lfs -text
*.tga filter=lfs diff=lfs merge=lfs -text
*.webp filter=lfs diff=lfs merge=lfs -text
*.dds filter=lfs diff=lfs merge=lfs -text

2
shared-infrastructure

@ -1 +1 @@
Subproject commit 649bdbe6050722b030d9292d3fc083cd6ffe87ba Subproject commit bc88dab1746d34048d938566a313848a7a911869
Loading…
Cancel
Save