Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Villiger2019-01-28 09:05:19 +0000
committerMatthias Villiger2019-01-28 09:31:26 +0000
commitb4bcfc7cdc531e9b88de02cdb901c60dfb27b2b1 (patch)
treeb1eb0b7233cac9982acd3ea48917166e7ee33e7e /.gitattributes
parent3480b16ad915a2c707a78db5cf9c1f4763d09824 (diff)
downloadorg.eclipse.scout.rt-b4bcfc7cdc531e9b88de02cdb901c60dfb27b2b1.tar.gz
org.eclipse.scout.rt-b4bcfc7cdc531e9b88de02cdb901c60dfb27b2b1.tar.xz
org.eclipse.scout.rt-b4bcfc7cdc531e9b88de02cdb901c60dfb27b2b1.zip
Update repo meta data
Update links, default gerrit branch & newline delimiter for text files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes82
1 files changed, 43 insertions, 39 deletions
diff --git a/.gitattributes b/.gitattributes
index 8fd569a7fc..ddbad5efee 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,43 +1,47 @@
# 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
+* text eol=lf
# 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
-*.exe binary
-*polite.ini binary
-*.ise binary
-*.woff binary
-*.woff2 binary \ No newline at end of file
+*.7z binary
+*.bmp binary
+*.clx binary
+*.dat binary
+*.der binary
+*.dll binary
+*.doc binary
+*.docx binary
+*.eml binary
+*.eot binary
+*.ER1 binary
+*.exe binary
+*.frx binary
+*.gif binary
+*.icns binary
+*.ico binary
+*.jar binary
+*.jks binary
+*.jpg binary
+*.msg binary
+*.pdf binary
+*.PDF binary
+*.pdn binary
+*.png binary
+*.pptx binary
+*.psd binary
+*.ttf binary
+*.vsd binary
+*.woff binary
+*.woff2 binary
+*.xls binary
+*.xlsm binary
+*.xlsx binary
+*.xlt binary
+*.zip binary
+*.class binary
+*.so binary
+*.ai binary
+*.gz binary
+*.tar binary
+*polite.ini binary
+*.ise binary

Back to the top