From 243e53977a1af98b593b65b70722e6890a8b6d88 Mon Sep 17 00:00:00 2001 From: Hongbin Zheng Date: Sat, 29 Jun 2013 07:21:57 +0000 Subject: [PATCH] Add the git attributes file. The attribute in the file allows git to perform End-of-Line normalization (CRLF to LF). llvm-svn: 185255 --- polly/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 polly/.gitattributes diff --git a/polly/.gitattributes b/polly/.gitattributes new file mode 100644 index 000000000000..e7c1d93d39c5 --- /dev/null +++ b/polly/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text eol=lf