summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes19
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ca665df6..1540fabf 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -883,6 +883,23 @@ demos/helloworld/index.php -text
demos/helloworld/protected/.htaccess -text
demos/helloworld/protected/pages/Home.page -text
demos/helloworld/protected/pages/Home.php -text
+demos/northwind-db/index.php -text
+demos/northwind-db/protected/.htaccess -text
+demos/northwind-db/protected/application.xml -text
+demos/northwind-db/protected/data/Northwind.db -text
+demos/northwind-db/protected/database/Category.php -text
+demos/northwind-db/protected/database/Customer.php -text
+demos/northwind-db/protected/database/Employee.php -text
+demos/northwind-db/protected/database/Order.php -text
+demos/northwind-db/protected/database/OrderDetail.php -text
+demos/northwind-db/protected/database/Product.php -text
+demos/northwind-db/protected/database/Region.php -text
+demos/northwind-db/protected/database/Shipper.php -text
+demos/northwind-db/protected/database/Supplier.php -text
+demos/northwind-db/protected/database/Territory.php -text
+demos/northwind-db/protected/pages/Home.page -text
+demos/northwind-db/protected/pages/Home.php -text
+demos/northwind-db/protected/pages/northwind.gif -text
demos/personal/index.php -text
demos/personal/protected/.htaccess -text
demos/personal/protected/Common/LoginPortlet.php -text
@@ -1644,9 +1661,11 @@ framework/Data/Common/Mssql/TMssqlCommandBuilder.php -text
framework/Data/Common/Mssql/TMssqlMetaData.php -text
framework/Data/Common/Mssql/TMssqlTableColumn.php -text
framework/Data/Common/Mssql/TMssqlTableInfo.php -text
+framework/Data/Common/Mysql/TMysqlCommandBuilder.php -text
framework/Data/Common/Mysql/TMysqlMetaData.php -text
framework/Data/Common/Mysql/TMysqlTableColumn.php -text
framework/Data/Common/Mysql/TMysqlTableInfo.php -text
+framework/Data/Common/Pgsql/TPgsqlCommandBuilder.php -text
framework/Data/Common/Pgsql/TPgsqlMetaData.php -text
framework/Data/Common/Pgsql/TPgsqlTableColumn.php -text
framework/Data/Common/Pgsql/TPgsqlTableInfo.php -text