1# Set the default behavior, in case people don't have core.autocrlf set. 2* text=auto 3 4# Explicitly declare text files you want to always be normalized and converted 5# to native line endings on checkout. 6*.c text 7*.h text 8*.cpp text 9*.def text 10*.rc text 11*.i text 12*.sh text 13*.csh text 14*.mk text 15*.java text 16*.csv text 17*.lst text 18*.asm text 19*.cfg text 20*.css text 21*.inc text 22*.js text 23*.rb text 24*.strings text 25*.txt text 26*export.lst text 27*.xml text 28*.py text 29*.md text 30*.classpath text 31*.cproject text 32*.project text 33*.properties text 34*.java text 35*.gradle text 36 37# Declare files that will always have CRLF line endings on checkout. 38*.sln text eol=crlf 39*.bat text eol=crlf 40 41# Denote all files that are truly binary and should not be modified. 42*.png binary 43*.jpg binary 44*.ico binary 45*.spir binary 46