Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Leicht Vogt2012-07-06 06:51:01 +0000
committerStephan Leicht Vogt2012-07-27 07:50:39 +0000
commite957d989e489f92c802a59ef5596d90246667e79 (patch)
treed74c7ccdec3d65babdbb91c8728473afe51c0aa5 /.gitattributes
parent5c67d682dad22d5b0d11551914c9b3ccdeb11841 (diff)
downloadorg.eclipse.scout.rt-e957d989e489f92c802a59ef5596d90246667e79.tar.gz
org.eclipse.scout.rt-e957d989e489f92c802a59ef5596d90246667e79.tar.xz
org.eclipse.scout.rt-e957d989e489f92c802a59ef5596d90246667e79.zip
Adding .gitattributes for repo defaults
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes13
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..2d7802d44b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,13 @@
+# Set default behaviour, in case users don't have core.autocrlf set.
+* text=auto
+
+# Explicitly declare text files we want to always be normalized and converted
+# to native line endings on checkout.
+*.java text
+
+# Declare files that will always have CRLF line endings on checkout.
+#*.sln text eol=crlf
+
+# Denote all files that are truly binary and should not be modified.
+*.png binary
+*.jpg binary

Back to the top