aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-10-15 18:08:43 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-10-15 18:08:43 +0200
commit32ee8955b2e3bb2b1e26c5f12b315c9a6c02cbcf (patch)
tree4f37754e8dbaf5b283688e48292a7813128542b2 /.gitignore
parentMerge branch 'ticket/igorw/9816' into develop-olympus (diff)
downloadphpbb-32ee8955b2e3bb2b1e26c5f12b315c9a6c02cbcf.tar.gz
phpbb-32ee8955b2e3bb2b1e26c5f12b315c9a6c02cbcf.tar.bz2
phpbb-32ee8955b2e3bb2b1e26c5f12b315c9a6c02cbcf.zip
[ticket/9848] Add avatars, attachments and store files to .gitignore.
PHPBB3-9848
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
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