11 lines
256 B
Text
11 lines
256 B
Text
# Git LFS - binary files
|
|
*.bmp filter=lfs diff=lfs merge=lfs -text
|
|
*.DRV filter=lfs diff=lfs merge=lfs -text
|
|
|
|
# Force LF line endings on source files
|
|
*.c text eol=lf
|
|
*.h text eol=lf
|
|
*.rc text eol=lf
|
|
*.def text eol=lf
|
|
makefile text eol=lf
|
|
*.TXT text eol=lf
|