Project:
Eclipse Scout
Code Location:
git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.gitmaster
.gitattributes
# Set default behaviour, in case users don't have core.autocrlf set. * text=auto # # The above will handle all files NOT found below # # These files are text and should be normalized (Convert crlf => lf) *.java text *.xml text *.txt text *.js text *.jsp text *.sh text *.cmd text *.bat text *.html text *.htm text *.css text *.wsdl text *.properties text *.launch text .project text .classpath text # These files are binary and should be left untouched # (binary is a macro for -text -diff) *.class binary *.jar binary *.so binary *.dll binary *.png binary *.jpg binary *.ai binary *.vsd binary *.gz binary *.tar binary *.exe binary *.zip binary
