Added : .gitattributes
authorYann Collet <yann.collet.73@gmail.com>
Wed, 6 Aug 2014 17:52:48 +0000 (18:52 +0100)
committerYann Collet <yann.collet.73@gmail.com>
Wed, 6 Aug 2014 17:52:48 +0000 (18:52 +0100)
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..fbcf75b
--- /dev/null
@@ -0,0 +1,10 @@
+# Set the default behavior
+* text eol=lf
+
+# Explicitly declare source files
+*.c text eol=lf
+*.h text eol=lf
+
+# Denote files that should not be modified.
+*.odt binary
+