2019-03-26 17:45:32 +00:00
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
|
|
# to native line endings on checkout.
|
2021-03-30 14:21:45 +00:00
|
|
|
*.bash text
|
|
|
|
*.c text
|
|
|
|
*.cc text
|
|
|
|
*.command text
|
|
|
|
*.cpp text
|
|
|
|
*.cspec text
|
2019-03-26 17:45:32 +00:00
|
|
|
*.css text
|
2021-03-30 14:21:45 +00:00
|
|
|
*.gradle text
|
|
|
|
*.groovy text
|
|
|
|
*.h text
|
|
|
|
*.hh text
|
2019-03-26 17:45:32 +00:00
|
|
|
*.htm text
|
|
|
|
*.html text
|
2021-03-30 14:21:45 +00:00
|
|
|
*.java text
|
|
|
|
*.jj text
|
2019-03-26 17:45:32 +00:00
|
|
|
*.js text
|
|
|
|
*.json text
|
|
|
|
*.jsp text
|
|
|
|
*.jspf text
|
|
|
|
*.jspx text
|
2021-03-30 14:21:45 +00:00
|
|
|
*.l text
|
|
|
|
*.lang text
|
|
|
|
*.ldefs text
|
|
|
|
*.manifest text
|
|
|
|
*.opinion text
|
|
|
|
*.props text
|
2019-03-26 17:45:32 +00:00
|
|
|
*.properties text
|
2021-03-30 14:21:45 +00:00
|
|
|
*.proto text
|
|
|
|
*.pspec text
|
|
|
|
*.py text
|
|
|
|
*.rxg text
|
|
|
|
*.sh text
|
|
|
|
*.sla text
|
|
|
|
*.tag text
|
2019-03-26 17:45:32 +00:00
|
|
|
*.tld text
|
2021-03-30 14:21:45 +00:00
|
|
|
*.tool text
|
|
|
|
*.trans text
|
2019-03-26 17:45:32 +00:00
|
|
|
*.txt text
|
|
|
|
*.xml text
|
2021-03-30 14:21:45 +00:00
|
|
|
*.y text
|
2019-03-26 17:45:32 +00:00
|
|
|
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
2021-03-30 14:21:45 +00:00
|
|
|
*.bat text eol=crlf
|
2019-03-26 17:45:32 +00:00
|
|
|
*.sln text eol=crlf
|
|
|
|
*.vcproj text eol=crlf
|
|
|
|
*.vcxproj text eol=crlf
|
|
|
|
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
2021-03-30 14:21:45 +00:00
|
|
|
*.a binary
|
|
|
|
*.apk binary
|
|
|
|
*.bmp binary
|
2019-03-26 17:45:32 +00:00
|
|
|
*.class binary
|
|
|
|
*.dll binary
|
2021-03-30 14:21:45 +00:00
|
|
|
*.dmg binary
|
2019-03-26 17:45:32 +00:00
|
|
|
*.ear binary
|
2021-03-30 14:21:45 +00:00
|
|
|
*.exe binary
|
|
|
|
*.gdt binary
|
2019-03-26 17:45:32 +00:00
|
|
|
*.gif binary
|
2021-03-30 14:21:45 +00:00
|
|
|
*.gz binary
|
|
|
|
*.gzf binary
|
2019-03-26 17:45:32 +00:00
|
|
|
*.ico binary
|
2021-03-30 14:21:45 +00:00
|
|
|
*.ipsw binary
|
2019-03-26 17:45:32 +00:00
|
|
|
*.jar binary
|
|
|
|
*.jpeg binary
|
2021-03-30 14:21:45 +00:00
|
|
|
*.jpg binary
|
2019-03-26 17:45:32 +00:00
|
|
|
*.lib binary
|
2021-03-30 14:21:45 +00:00
|
|
|
*.o binary
|
|
|
|
*.obj binary
|
|
|
|
*.pdf binary
|
|
|
|
*.png binary
|
2019-03-26 17:45:32 +00:00
|
|
|
*.sa binary
|
2021-03-30 14:21:45 +00:00
|
|
|
*.so binary
|
2019-03-26 17:45:32 +00:00
|
|
|
*.tar binary
|
2021-03-30 14:21:45 +00:00
|
|
|
*.tgz binary
|
|
|
|
*.war binary
|
|
|
|
*.zip binary
|