diff options
author | wei <> | 2007-04-16 02:02:27 +0000 |
---|---|---|
committer | wei <> | 2007-04-16 02:02:27 +0000 |
commit | 4a2ebb333d239b58c19d09ee88646fa0e32e71ed (patch) | |
tree | 9256d53581139ede3df5c2c4aa1c729283f3e74e /.gitattributes | |
parent | d4df553e7163f8bc8f09f79e058d5815f35ce709 (diff) |
Updates to db stuff, removed js build from build.xml (no longer necessary)
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 289f27a2..c12fa6b2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -356,8 +356,6 @@ buildscripts/index/api_index.php -text buildscripts/index/build.php -text buildscripts/index/quickstart_index.php -text buildscripts/index/search.php -text -buildscripts/jsbuilder/build.php -text -buildscripts/jsbuilder/jsmin.php -text buildscripts/phing/CREDITS -text buildscripts/phing/LICENSE -text buildscripts/phing/README -text @@ -2792,6 +2790,7 @@ tests/simple_unit/TableGateway/CountTest.php -text tests/simple_unit/TableGateway/DeleteByPkTest.php -text tests/simple_unit/TableGateway/MagicCallTest.php -text tests/simple_unit/TableGateway/TableGatewayPgsqlTest.php -text +tests/simple_unit/TableGateway/TableInfoGatewayTest.php -text tests/simple_unit/TableGateway/TestFindByPk.php -text tests/simple_unit/application.xml -text tests/simple_unit/unit.php -text |