From bd22c0d4b16d54652e9ddb96208c66da2d7e82f4 Mon Sep 17 00:00:00 2001 From: Liu Zehua Date: Wed, 29 Dec 2010 17:39:03 +0800 Subject: [PATCH] Added .gitattributes to avoid autocrlf for bat files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..27cc2208 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +#disable autocrlf for all .bat files since they already have CRLF in raw format +*.bat -crlf