diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-03-07 16:43:39 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-03-07 16:43:39 +0100 |
commit | a229dd98965457fe24eaf1b7b10d9d0c3997ce9a (patch) | |
tree | b4a47c459b63313d549310f148cb692c07ebf7ff | |
parent | 21c5e6f149fc7445974d9ee89b825a9e928cbc6e (diff) | |
download | forums-a229dd98965457fe24eaf1b7b10d9d0c3997ce9a.tar forums-a229dd98965457fe24eaf1b7b10d9d0c3997ce9a.tar.gz forums-a229dd98965457fe24eaf1b7b10d9d0c3997ce9a.tar.bz2 forums-a229dd98965457fe24eaf1b7b10d9d0c3997ce9a.tar.xz forums-a229dd98965457fe24eaf1b7b10d9d0c3997ce9a.zip |
[ticket/10079] Add gallery avatars to .gitignore.
PHPBB3-10079
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c417bf01c1..22a3124b69 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ phpunit.xml phpBB/cache/*.php phpBB/config.php phpBB/files/* +phpBB/images/avatars/gallery/* phpBB/images/avatars/upload/* phpBB/store/* tests/phpbb_unit_tests.sqlite2 |