diff options
author | wei <> | 2006-02-22 04:01:28 +0000 |
---|---|---|
committer | wei <> | 2006-02-22 04:01:28 +0000 |
commit | 41c5b7e566c0019d0b8e0c9399b780a95ad44113 (patch) | |
tree | 7a0d6eb6604b1f0fc933defd960200e712266cb7 /.gitattributes | |
parent | fceb3741d3b0c1e00e81a4a24caf7d49a86896b4 (diff) |
Adding DataAccess modules.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 4c19b017..f59e7084 100644 --- a/.gitattributes +++ b/.gitattributes @@ -274,6 +274,10 @@ framework/Data/TSimpleDateFormatter.php -text framework/Data/TSqliteCache.php -text framework/Data/TTarFileExtractor.php -text framework/Data/TXmlDocument.php -text +framework/DataAccess/TAdodbProvider.php -text +framework/DataAccess/TCreoleProvider.php -text +framework/DataAccess/TDatabaseException.php -text +framework/DataAccess/TDatabaseProvider.php -text framework/Exceptions/TErrorHandler.php -text framework/Exceptions/TException.php -text framework/Exceptions/messages.txt -text |