Unity/.gitattributes
Michael Brockus 8227ea2c36
Update .gitattributes
Adding Meson build script into hit attributes as text.
2019-10-12 08:44:03 -07:00

32 lines
590 B
Plaintext

* text=auto
# These files are text and should be normalized (convert crlf to lf)
*.rb text
*.test text
*.c text
*.cpp text
*.h text
*.txt text
*.yml text
*.s79 text
*.bat text
*.xcl text
*.inc text
*.info text
*.md text
makefile text
rakefile text
meson.build text
#These files are binary and should not be normalized
*.doc binary
*.odt binary
*.pdf binary
*.ewd binary
*.eww binary
*.dni binary
*.wsdt binary
*.dbgdt binary
*.mac binary