From f7451a65e84623cd67a5040f64bb93b141a0d164 Mon Sep 17 00:00:00 2001
From: Daniel Gerhardt <code@dgerhardt.net>
Date: Sun, 24 Aug 2014 13:15:57 +0200
Subject: [PATCH] Add .gitattributes

---
 .gitattributes | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..371d4e42
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,12 @@
+* text=auto
+
+*.css           text
+*.html          text
+*.ldif          text
+*.md            text
+*.properties    text
+*.txt           text
+*.xml           text
+
+*.jar           -text
+*.png           -text
-- 
GitLab