diff options
author | xue <> | 2005-11-25 15:13:27 +0000 |
---|---|---|
committer | xue <> | 2005-11-25 15:13:27 +0000 |
commit | 0bdeb1bb2f43028b6f7e1fe5b0159f17bb0cb9e2 (patch) | |
tree | c1f3bab39aae0377de0bb3c17f037a19736d1c36 /.gitattributes | |
parent | 74ad156f8f86ba8d258c5c2522f98a3e8d4bd914 (diff) |
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7f54e625..1e18c9f4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -40,17 +40,23 @@ framework/Data/TXmlDocument.php -text framework/Exceptions/TErrorHandler.php -text framework/Exceptions/TException.php -text framework/Exceptions/messages.txt -text +framework/Exceptions/templates/error-fr.html -text +framework/Exceptions/templates/error-zh.html -text framework/Exceptions/templates/error.html -text framework/Exceptions/templates/error404-en.html -text +framework/Exceptions/templates/error404-fr.html -text framework/Exceptions/templates/error404-zh.html -text framework/Exceptions/templates/error404.html -text framework/Exceptions/templates/error500-en.html -text +framework/Exceptions/templates/error500-fr.html -text framework/Exceptions/templates/error500-zh.html -text framework/Exceptions/templates/error500.html -text framework/Exceptions/templates/error503-en.html -text +framework/Exceptions/templates/error503-fr.html -text framework/Exceptions/templates/error503-zh.html -text framework/Exceptions/templates/error503.html -text framework/Exceptions/templates/exception-en.html -text +framework/Exceptions/templates/exception-fr.html -text framework/Exceptions/templates/exception-zh.html -text framework/Exceptions/templates/exception.html -text framework/IO/TTextWriter.php -text |