diff options
author | wei <> | 2007-03-30 12:34:53 +0000 |
---|---|---|
committer | wei <> | 2007-03-30 12:34:53 +0000 |
commit | f4f802efe3cccd68f3a6b40eb8312bfd8e24d643 (patch) | |
tree | e36be1798cf34e221a3897c98eceadf1195c4799 /.gitattributes | |
parent | fbfbdcb233e94b7fed6f8ae209eb90d79aa33f7e (diff) |
Fixed #535
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index af43113d..10cefb88 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2412,6 +2412,8 @@ tests/FunctionalTests/tickets/protected/pages/Ticket526.page -text tests/FunctionalTests/tickets/protected/pages/Ticket526.php -text tests/FunctionalTests/tickets/protected/pages/Ticket528.page -text tests/FunctionalTests/tickets/protected/pages/Ticket528.php -text +tests/FunctionalTests/tickets/protected/pages/Ticket535.page -text +tests/FunctionalTests/tickets/protected/pages/Ticket535.php -text tests/FunctionalTests/tickets/protected/pages/Ticket538.page -text tests/FunctionalTests/tickets/protected/pages/Ticket538.php -text tests/FunctionalTests/tickets/protected/pages/Ticket54.page -text @@ -2452,6 +2454,7 @@ tests/FunctionalTests/tickets/tests/Ticket507TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket521TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket526TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket528TestCase.php -text +tests/FunctionalTests/tickets/tests/Ticket535TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket538TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket54TestCase.php -text tests/FunctionalTests/tickets/tests/Ticket573TestCase.php -text |