diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-10-17 21:43:29 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-17 21:43:29 +0200 |
commit | 642f940bc82bd426dfcc27d5d13ff6296c2f7fe6 (patch) | |
tree | 498056819f9b26feafc356e2c6f46f00f0fba4ed | |
parent | 1722c1c8192cb09b04a10c6b735df38ba3acb830 (diff) | |
parent | 32ee8955b2e3bb2b1e26c5f12b315c9a6c02cbcf (diff) | |
download | forums-642f940bc82bd426dfcc27d5d13ff6296c2f7fe6.tar forums-642f940bc82bd426dfcc27d5d13ff6296c2f7fe6.tar.gz forums-642f940bc82bd426dfcc27d5d13ff6296c2f7fe6.tar.bz2 forums-642f940bc82bd426dfcc27d5d13ff6296c2f7fe6.tar.xz forums-642f940bc82bd426dfcc27d5d13ff6296c2f7fe6.zip |
Merge branch 'ticket/bantu/9848' into develop-olympus
* ticket/bantu/9848:
[ticket/9848] Add avatars, attachments and store files to .gitignore.
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b825007244..871d17b386 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ *~ phpBB/cache/*.php phpBB/config.php +phpBB/files/* +phpBB/images/avatars/upload/* +phpBB/store/* tests/phpbb_unit_tests.sqlite2 tests/test_config.php |