# build scripts and such
*.sh            text eol=lf
*.ac            text eol=lf
*.am            text eol=lf
*.in            text eol=lf
Makefile        text eol=lf
Makefile.win    text eol=lf
configure       text eol=lf

# Xcode
*.pbxproj       text eol=crlf
.* icns         binary

# Visual Studio
*.csproj        text eol=crlf
*.vbproj        text eol=crlf
*.fsproj        text eol=crlf
*.dbproj        text eol=crlf
*.vcproj        text eol=crlf
*.vcxproj       text eol=crlf
*.filter        text eol=crlf
*.filters       text eol=crlf
*.vsprops       text eol=crlf
*.sln           text eol=crlf
*.dsw           text eol=crlf
*.dsp           text eol=crlf

# (Possible) Source files
*.inc           text eol=lf
*.js            text eol=lf
*.css           text eol=lf
*.c             text eol=lf
*.cc            text eol=lf
*.cpp           text eol=lf
*.h             text eol=lf
*.hh            text eol=lf
*.rc            text eol=lf
*.ini           text eol=lf
*.txt           text eol=lf
*.xml           text eol=lf
*.html          text eol=lf
*.md            text eol=lf
*.markdown      text eol=lf
*.def           text eol=lf

*.pdf           binary
*.psd           binary
