1# Set default behaviour, in case users don't have core.autocrlf set. 2* text=auto 3 4# Explicitly declare text files we want to always be normalized and converted 5# to native line endings on checkout. 6*.txt text 7*.cpp text 8*.c text 9*.h text 10*.cmd text 11*.sln text 12*.vcproj text 13*.vcxproj text 14*.vcxproj.filters text 15*.page text 16*.html text 17*.xhtml text 18*.css text 19*.js text 20*.progen text 21*.xml text 22*.xsd text 23*.template text 24*.properties text 25*.ini text 26*.vxbuild text 27*.cs text 28*.csproj text 29*.csproj.user text 30*.dsp text 31*.groovy text 32*.sh test 33*.java text 34*.sm text 35*.py text 36*.rb text 37*.vb text 38*.pm text 39*.pl text 40*.m text 41*.lua text 42*.scala text 43*.mk text 44*.properties text 45*.iml text 46*.ipr text 47*.iws text 48.classpath text 49.project text 50 51# Denote all files that are truly binary and should not be modified. 52*.bin binary 53*.mc binary 54*.png binary 55*.jpg binary 56*.gif binary 57*.ico binary 58*.au binary 59*.pdf binary 60*.wav binary 61