diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-08 13:30:49 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-05-08 13:30:49 +0000 |
commit | 6540a914ba1bb011f6756f39b6eb4dae29b3d893 (patch) | |
tree | b9474b2e978fc45b501f27e5c60027ddc3a4a683 | |
parent | 127f37919ac5a751170d7465143153f1cb8901dd (diff) |
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
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..fa1385d99 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text |