# Line endings. Much of this tree is copied into Linux containers at Run time (the
# dataplane/ modules, generated Dockerfiles and shell scripts), so keep LF everywhere even
# when cloned on Windows (git's core.autocrlf=true default would rewrite them to CRLF).
* text=auto eol=lf

*.py          text eol=lf
*.sh          text eol=lf
Dockerfile*   text eol=lf
*.yml         text eol=lf
*.yaml        text eol=lf
*.lua         text eol=lf

*.png    binary
*.ico    binary
*.icns   binary
*.gz     binary
*.zip    binary
