diff options
author | David King <imkingdavid@gmail.com> | 2012-03-30 13:38:40 -0400 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-03-30 13:38:40 -0400 |
commit | dc4d0677b9052dfcadd1ed4fb3935e6f6ab78c39 (patch) | |
tree | 58d048ee7e0e4a21cd4265b047c463d1a8a59e36 /.gitignore | |
parent | Merge branch 'harderthanfire/ticket/10129' into develop-olympus (diff) | |
parent | [feature/events-dispatcher] Adding phpBB/vendor to .gitignore (diff) | |
download | phpbb-dc4d0677b9052dfcadd1ed4fb3935e6f6ab78c39.tar.gz phpbb-dc4d0677b9052dfcadd1ed4fb3935e6f6ab78c39.tar.bz2 phpbb-dc4d0677b9052dfcadd1ed4fb3935e6f6ab78c39.zip |
Merge branch 'unknownbliss/feature/events-dispatcher-olympus' into develop-olympus
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e6e017f85e..965c2d4f00 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ /phpBB/images/avatars/gallery/* /phpBB/images/avatars/upload/* /phpBB/store/* +/phpBB/vendor /tests/phpbb_unit_tests.sqlite2 /tests/test_config.php /tests/tmp/* |