From 7fb394b9ab8e45c85202fc211ee9cabc0f4540c7 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Tue, 8 May 2012 13:30:49 +0000
Subject: [PATCH] add .gitattributes to prevent the git autocrlf option from
 messing with CRLF/LF in files

SVN-Revision: 31649
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000..fa1385d99a
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* -text
-- 
2.30.2