Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongbin Zheng <etherzhhb@gmail.com>2013-06-29 11:21:57 +0400
committerHongbin Zheng <etherzhhb@gmail.com>2013-06-29 11:21:57 +0400
commit243e53977a1af98b593b65b70722e6890a8b6d88 (patch)
treed935e7e491b7f41e07493184a8f46895e932832b /polly/.gitattributes
parent8d3a888ca34bfa196087a233aa8b3ce4a9ccf5c3 (diff)
Add the git attributes file.
The attribute in the file allows git to perform End-of-Line normalization (CRLF to LF). llvm-svn: 185255
Diffstat (limited to 'polly/.gitattributes')
-rw-r--r--polly/.gitattributes2
1 files changed, 2 insertions, 0 deletions
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