mimalloc/.gitattributes
Alex Myczko 88a9230b95
add bin/ to .gitattributes as export-ignore
source tarballs do not include *.dll, *.lib, *.exe
2023-05-09 09:22:49 +02:00

13 lines
227 B
Text

# default behavior is to always use unix style line endings
* text eol=lf
*.png binary
*.pdn binary
*.jpg binary
*.sln binary
*.suo binary
*.vcproj binary
*.patch binary
*.dll binary
*.lib binary
*.exe binary
bin export-ignore