summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandar Kanchev <kanchev@itestra.com>2013-01-29 17:19:17 +0100
committerAleksandar Kanchev <kanchev@itestra.com>2013-01-29 17:19:17 +0100
commited3de6a3857127d243b61eed7a3dced0496f2c0b (patch)
treef3e66594e8c0ac5c03826405ae7dd7453021d104
parent265a3ea94de0ffa67e67093dd925ef2beced5e5a (diff)
downloadgenivi-common-api-runtime-ed3de6a3857127d243b61eed7a3dced0496f2c0b.tar.gz
Add gitattributes (crlf support)
-rw-r--r--.gitattributes41
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..21d46c5
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,41 @@
+# 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.
+*.am text
+*.ac text
+*.m4 text
+*.in text
+
+*.c text
+*.cpp text
+*.h text
+*.hpp text
+
+*.fidl text
+*.java text
+*.xtend text
+
+*.html text
+*.xml text
+
+*.properties text
+
+AUTHORS text
+LICENSE text
+README text
+
+# Eclipse
+.autotools text
+.cproject text
+.project text
+org.eclipse.core.resources.prefs text
+*.MF 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