diff options
author | Brad King <brad.king@kitware.com> | 2015-05-13 16:53:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-05-13 16:54:49 (GMT) |
commit | 576ef8c56ef68b94340f95854a8211fb6f3562f1 (patch) | |
tree | 12c0c3b8e99c039426f6aac0568f3a9d4665ea9e /Source/kwsys/.gitattributes | |
parent | c9709dffb0856c140f39c5db1525bccc74771c92 (diff) | |
download | CMake-576ef8c56ef68b94340f95854a8211fb6f3562f1.zip CMake-576ef8c56ef68b94340f95854a8211fb6f3562f1.tar.gz CMake-576ef8c56ef68b94340f95854a8211fb6f3562f1.tar.bz2 |
KWSys: Tell Git not to export .gitattributes
KWSys upstream added an attribute to export .gitattributes so that
importing snapshots into the sources of other projects would bring along
the attributes. However, we don't want to export them from CMake.
Drop .gitattributes entries not relevant to CMake.
Diffstat (limited to 'Source/kwsys/.gitattributes')
-rw-r--r-- | Source/kwsys/.gitattributes | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/kwsys/.gitattributes b/Source/kwsys/.gitattributes index 248786e..a9c4e77 100644 --- a/Source/kwsys/.gitattributes +++ b/Source/kwsys/.gitattributes @@ -1,8 +1,4 @@ .git* export-ignore -.gitattributes -export-ignore - -/GitSetup export-ignore -/SetupForDevelopment.sh export-ignore eol=lf /CONTRIBUTING.rst conflict-marker-size=78 |