.bat files always have windows line endings. build/macosx/jAppleMenuBar.url does as well

This commit is contained in:
Kyle Feuz
2014-11-21 00:59:22 -07:00
parent 49c3435b36
commit 96e2e188ea

9
.gitattributes vendored
View File

@@ -1,3 +1,12 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Files which should always be normalized and converted
# to native line endings on checkout.
*.java text
*.pde text
# Files that will always have CRLF line endings on checkout.
*.bat eol=crlf
build/macosx/jAppleMenuBar.url eol=crlf