diff options
author | jrags <> | 2006-09-19 04:50:28 +0000 |
---|---|---|
committer | jrags <> | 2006-09-19 04:50:28 +0000 |
commit | 5da182335ceec1c8ad68047217a33375897f1c1d (patch) | |
tree | 4a0263a38b8718c8d6311a6e168911ba6c643b34 /.gitattributes | |
parent | 2c8fcb129c45faecd1a480c44f8a1708f768b91d (diff) |
Minor changes to the base classes, also adding the empty new login controls
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 406796e4..dae1c30f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1859,6 +1859,10 @@ framework/Web/UI/WebControls/TListControlValidator.php -text framework/Web/UI/WebControls/TListItem.php -text framework/Web/UI/WebControls/TLiteral.php -text framework/Web/UI/WebControls/TLiteralColumn.php -text +framework/Web/UI/WebControls/TLogin.php -text +framework/Web/UI/WebControls/TLoginName.php -text +framework/Web/UI/WebControls/TLoginStatus.php -text +framework/Web/UI/WebControls/TLoginView.php -text framework/Web/UI/WebControls/TMarkdown.php -text framework/Web/UI/WebControls/TMultiView.php -text framework/Web/UI/WebControls/TOutputCache.php -text |