summaryrefslogtreecommitdiffstats
path: root/.gitattribute
diff options
context:
space:
mode:
Diffstat (limited to '.gitattribute')
-rw-r--r--.gitattribute17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattribute b/.gitattribute
new file mode 100644
index 0000000000..c56fd8c904
--- /dev/null
+++ b/.gitattribute
@@ -0,0 +1,17 @@
+# The default behavior
+* text=auto
+
+*.java text
+*.xml text
+*.htm text
+*.html text
+*.js text
+*.bnd text
+*.svg text
+*.md text
+*.txt text
+*.css text
+*.scss text
+
+# To be verified
+*.graffle binary