Fix typo in gitattributes

This commit is contained in:
Josh Stewart 2018-01-15 08:48:36 +11:00
parent 85c600a992
commit 475509b957
1 changed files with 2 additions and 2 deletions

4
.gitattributes vendored
View File

@ -4,8 +4,8 @@
*.ino text eol=lf
*.h text eol=lf
*.c text eol=lf
*.ini test eol=lf
*.msq test eol=lf
*.ini text eol=lf
*.msq text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary