diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-09-16 23:16:30 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-09-16 23:16:30 +0200 |
| commit | 81d3f382a9207b68721cdc6449d18aa8e88abea1 (patch) | |
| tree | 7f8e1b5afc84d4abe09f2d05b406719cfc119c7d | |
| parent | ac753fa8536b5d4a2e5a7d86e7fa922eb56ed561 (diff) | |
| download | forums-81d3f382a9207b68721cdc6449d18aa8e88abea1.tar forums-81d3f382a9207b68721cdc6449d18aa8e88abea1.tar.gz forums-81d3f382a9207b68721cdc6449d18aa8e88abea1.tar.bz2 forums-81d3f382a9207b68721cdc6449d18aa8e88abea1.tar.xz forums-81d3f382a9207b68721cdc6449d18aa8e88abea1.zip | |
[ticket/9825] Add unit test config and db to gitignore
PHPBB3-9825
| -rw-r--r-- | .gitignore | 4 |
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 +*~ |
