From: nbd Date: Tue, 8 May 2012 13:30:49 +0000 (+0000) Subject: add .gitattributes to prevent the git autocrlf option from messing with CRLF/LF in... X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=6540a914ba1bb011f6756f39b6eb4dae29b3d893 add .gitattributes to prevent the git autocrlf option from messing with CRLF/LF in files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31649 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..fa1385d99a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text