mame2003-plus-libretro/.gitattributes

15 lines
347 B
Plaintext
Raw Normal View History

2019-02-08 17:25:13 +00:00
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Declare files that will always have LF Unix-style line endings on checkout.
*.c text eol=lf
*.h text eol=lf
*.in text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.zip binary
*.cfg binary
*.nv binary