diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-14 12:08:39 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-14 12:08:39 +0200 |
commit | 102faf4d1f3b93657552de1400a317f794d0c424 (patch) | |
tree | 083cfc470475110d695cb3a5e0869534bcb4f3c4 /.gitignore | |
parent | [ticket/12706] Ignore additional languages (diff) | |
download | phpbb-102faf4d1f3b93657552de1400a317f794d0c424.tar.gz phpbb-102faf4d1f3b93657552de1400a317f794d0c424.tar.bz2 phpbb-102faf4d1f3b93657552de1400a317f794d0c424.zip |
[ticket/12706] Ignore additional rank images
PHPBB3-12706
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dbfe445346..de503c10ad 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /phpBB/files/* /phpBB/images/avatars/gallery/* /phpBB/images/avatars/upload/* +/phpBB/images/ranks/* /phpBB/language/* !/phpBB/language/en /phpBB/store/* |