From 1ea01a46ee9f3ddb984f2db97d66ace1a7a9a77a Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Thu, 16 Apr 2015 10:16:09 -0400
Subject: [PATCH] Tell Git to export '.gitattributes'

Since we do not package the KWSys source tree directly and always
merge snapshots of its content into other project subtrees, we
should carry the .gitattributes file into the other projects to
that the attributes apply in their source trees too.

Change-Id: I039b151443486d24ff798fa0c677b62620cec0b7
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitattributes b/.gitattributes
index 9578d975..248786ef 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,5 @@
 .git*            export-ignore
+.gitattributes  -export-ignore
 
 /GitSetup        export-ignore
 /SetupForDevelopment.sh  export-ignore  eol=lf
-- 
GitLab