Use LF line-ending for all content except images

This was mostly done to fix an issue where `gvisor_wrapper/
entrypoint.py` didn't have the correct line-ending on Windows, leading
to a situation where the containers couldn't start.
This commit is contained in:
Alexis Métaireau 2024-06-19 09:41:56 +02:00
parent e81ecbc288
commit 44d999e96d
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

4
.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
* text=auto
*.jpg -text
*.gif -text
*.png -text