Convert *.png and *.bmp files to LFS
This commit is contained in:
parent
b56164e804
commit
975496df16
7
.gitattributes
vendored
7
.gitattributes
vendored
@ -2,7 +2,6 @@
|
||||
# Set default behavior to automatically normalize line endings.
|
||||
###############################################################################
|
||||
* text=auto
|
||||
|
||||
###############################################################################
|
||||
# Set default behavior for command prompt diff.
|
||||
#
|
||||
@ -11,9 +10,7 @@
|
||||
# Note: This is only used by command line
|
||||
###############################################################################
|
||||
#*.cs diff=csharp
|
||||
|
||||
*.py text eol=lf
|
||||
|
||||
###############################################################################
|
||||
# Set the merge driver for project and solution files
|
||||
#
|
||||
@ -36,7 +33,6 @@
|
||||
#*.modelproj merge=binary
|
||||
#*.sqlproj merge=binary
|
||||
#*.wwaproj merge=binary
|
||||
|
||||
###############################################################################
|
||||
# behavior for image files
|
||||
#
|
||||
@ -45,7 +41,6 @@
|
||||
#*.jpg binary
|
||||
#*.png binary
|
||||
#*.gif binary
|
||||
|
||||
###############################################################################
|
||||
# diff behavior for common document formats
|
||||
#
|
||||
@ -63,9 +58,9 @@
|
||||
#*.PDF diff=astextplain
|
||||
#*.rtf diff=astextplain
|
||||
#*.RTF diff=astextplain
|
||||
|
||||
*.PNG filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||
*.vsdx filter=lfs diff=lfs merge=lfs -text
|
||||
*.bmp filter=lfs diff=lfs merge=lfs -text
|
||||
|
0
docs/IE_DG/img/applying_low_latency.png
Executable file → Normal file
0
docs/IE_DG/img/applying_low_latency.png
Executable file → Normal file
0
docs/IE_DG/img/applying_low_latency_2.png
Executable file → Normal file
0
docs/IE_DG/img/applying_low_latency_2.png
Executable file → Normal file
0
docs/IE_DG/img/llt2_use_const_initializer.png
Executable file → Normal file
0
docs/IE_DG/img/llt2_use_const_initializer.png
Executable file → Normal file
0
docs/IE_DG/img/low_latency_limitation_1.png
Executable file → Normal file
0
docs/IE_DG/img/low_latency_limitation_1.png
Executable file → Normal file
0
docs/IE_DG/img/low_latency_limitation_2.png
Executable file → Normal file
0
docs/IE_DG/img/low_latency_limitation_2.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 130 B |
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 130 B |
Binary file not shown.
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 132 B |
Loading…
Reference in New Issue
Block a user