diff options
author | xue <> | 2005-11-19 00:29:54 +0000 |
---|---|---|
committer | xue <> | 2005-11-19 00:29:54 +0000 |
commit | 040ab8f2dac3560ff939c28f9e1dc59335f9d93c (patch) | |
tree | 47353ec856df6bfec0e81a84729200c778725c80 /.gitattributes | |
parent | cac6ff5692f10543638fbab25c5c80a495b4bcfa (diff) |
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitattributes b/.gitattributes index 0056eab6..d8001fcc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -39,16 +39,16 @@ framework/Data/TSqliteCache.php -text framework/Data/TXmlDocument.php -text framework/Exceptions/TErrorHandler.php -text framework/Exceptions/TException.php -text -framework/Exceptions/error.tpl -text -framework/Exceptions/error404-en.tpl -text -framework/Exceptions/error404-zh.tpl -text -framework/Exceptions/error404.tpl -text -framework/Exceptions/error500-en.tpl -text -framework/Exceptions/error500-zh.tpl -text -framework/Exceptions/error500.tpl -text -framework/Exceptions/exception-en.tpl -text -framework/Exceptions/exception-zh.tpl -text -framework/Exceptions/exception.tpl -text +framework/Exceptions/error.html -text +framework/Exceptions/error404-en.html -text +framework/Exceptions/error404-zh.html -text +framework/Exceptions/error404.html -text +framework/Exceptions/error500-en.html -text +framework/Exceptions/error500-zh.html -text +framework/Exceptions/error500.html -text +framework/Exceptions/exception-en.html -text +framework/Exceptions/exception-zh.html -text +framework/Exceptions/exception.html -text framework/Exceptions/messages.txt -text framework/IO/TTextWriter.php -text framework/Security/TAuthManager.php -text |