From 3548752af0e5afc8ca524740a261e50532bbc9dd Mon Sep 17 00:00:00 2001
From: Parker Moore <parkrmoore@gmail.com>
Date: Wed, 6 Mar 2013 01:29:24 +0100
Subject: Added .gitattributes file to keep CRLF's out of the codebase.

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

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..176a458f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto
-- 
cgit v1.2.1