Add the git attributes file.
authorHongbin Zheng <etherzhhb@gmail.com>
Sat, 29 Jun 2013 07:21:57 +0000 (07:21 +0000)
committerHongbin Zheng <etherzhhb@gmail.com>
Sat, 29 Jun 2013 07:21:57 +0000 (07:21 +0000)
The attribute in the file allows git to perform End-of-Line
normalization (CRLF to LF).

llvm-svn: 185255

polly/.gitattributes [new file with mode: 0644]

diff --git a/polly/.gitattributes b/polly/.gitattributes
new file mode 100644 (file)
index 0000000..e7c1d93
--- /dev/null
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text eol=lf