aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-09-16 23:16:30 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-09-16 23:16:30 +0200
commit81d3f382a9207b68721cdc6449d18aa8e88abea1 (patch)
tree7f8e1b5afc84d4abe09f2d05b406719cfc119c7d /.gitignore
parent[ticket/9825] Unit tests: Use sqlite when possible and no test_config exists. (diff)
downloadphpbb-81d3f382a9207b68721cdc6449d18aa8e88abea1.tar.gz
phpbb-81d3f382a9207b68721cdc6449d18aa8e88abea1.tar.bz2
phpbb-81d3f382a9207b68721cdc6449d18aa8e88abea1.zip
[ticket/9825] Add unit test config and db to gitignore
PHPBB3-9825
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3e0f454e0c..2b9eef7fce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
phpBB/cache/*.php
-*~ \ No newline at end of file
+tests/phpbb_unit_tests.sqlite2
+tests/test_config.php
+*~