From e2c378e9d19cb5b8980b2f8999fe642f1e979dd0 Mon Sep 17 00:00:00 2001
From: Stefan Schindler <stefan@boxbox.org>
Date: Mon, 6 Oct 2014 01:37:39 +0200
Subject: [PATCH] Added .gitattributes file for proper line endings.

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

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..231767ae
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,4 @@
+* text=auto eol=lf
+
+extlibs/**/* -text -eol
+src/SFML/Graphics/stb_image/**/* -text -eol