diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..646650d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/TODO +/cover +/doc +/flags +/test diff --git a/Tests/.gitignore b/Tests/.gitignore new file mode 100644 index 0000000..f98f0d8 --- /dev/null +++ b/Tests/.gitignore @@ -0,0 +1,6 @@ +/dblayerMySQLTest.php +/dblayerPostgreSQLTest.php +/dblayerSqliteTest.php +/dblayerooMySQLTest.php +/dblayerooPostgreSQLTest.php +/dblayerooSqliteTest.php