summaryrefslogtreecommitdiffstats
path: root/Source/.gitattributes
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-05 19:20:09 (GMT)
committerBrad King <brad.king@kitware.com>2016-09-06 19:52:40 (GMT)
commitf70c71c5a9759324d9e610bc919832b7500fd116 (patch)
treec1e36fa0024024dd06f5da08e99c265ef05b863b /Source/.gitattributes
parente11cd31fa0cce8210577ee46b6a33ee371f4fe64 (diff)
downloadCMake-f70c71c5a9759324d9e610bc919832b7500fd116.zip
CMake-f70c71c5a9759324d9e610bc919832b7500fd116.tar.gz
CMake-f70c71c5a9759324d9e610bc919832b7500fd116.tar.bz2
cmFortranLexer: Update to flex 2.6
Revise the documented modifications we need to make to the flex-generated source file according to the needs of the new version. Also drop the duplicate copyright notice block from the generated file.
Diffstat (limited to 'Source/.gitattributes')
-rw-r--r--Source/.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/.gitattributes b/Source/.gitattributes
index bd25ea8..5002b2a 100644
--- a/Source/.gitattributes
+++ b/Source/.gitattributes
@@ -3,3 +3,5 @@ cm_sha2.* whitespace=indent-with-non-tab
# Preserve indentation style in generated code.
cmListFileLexer.c whitespace=-tab-in-indent,-indent-with-non-tab
+cmFortranLexer.cxx whitespace=-tab-in-indent,-indent-with-non-tab
+cmFortranLexer.h whitespace=-tab-in-indent,-indent-with-non-tab