From 868c1e6820cbcd066e66a158e3ee5c122e96461c Mon Sep 17 00:00:00 2001
From: GitSetup Upstream <kwrobot@kitware.com>
Date: Tue, 13 Dec 2016 16:00:00 -0500
Subject: [PATCH] GitSetup 2016-12-13 (cd5ada6d)

Code extracted from:

    https://gitlab.kitware.com/utils/gitsetup.git

at commit cd5ada6d5626da409d3ff108c341b9afd615803f (setup).
---
 .gitattributes | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..f7531d42
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,7 @@
+.git*            export-ignore
+.gitattributes  -export-ignore
+
+config*          eol=lf         whitespace=indent-with-non-tab
+git-*            eol=lf         whitespace=indent-with-non-tab
+tips             eol=lf         whitespace=indent-with-non-tab
+setup-*          eol=lf         whitespace=indent-with-non-tab
-- 
GitLab