From 2b3e2b1c28e676a1f4eb951104a1265a91c4df8c Mon Sep 17 00:00:00 2001 From: Brad King <brad.king@kitware.com> Date: Tue, 8 Nov 2016 09:15:14 -0500 Subject: [PATCH] Tell Git to not export 'clang-format' infrastructure These files are only for development of KWSys itself and are not needed when the source tree is merged into clients. Change-Id: Ie4a42cae5bcf8993df958af178d3c5359684c598 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 248786e..8027e27 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,8 @@ /GitSetup export-ignore /SetupForDevelopment.sh export-ignore eol=lf +/clang-format.bash export-ignore eol=lf +/.clang-format export-ignore /CONTRIBUTING.rst conflict-marker-size=78 -- GitLab