aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-17 13:04:25 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-17 13:04:25 +0200
commit6a97d9f85548aa60c1838bd2be349cd6087140ce (patch)
tree55faecd188a566dbb353cb70b13b6c6abdbe5ba2 /build
parentf08f283143823d0bbaad124e487cf57821ea70ab (diff)
downloadforums-6a97d9f85548aa60c1838bd2be349cd6087140ce.tar
forums-6a97d9f85548aa60c1838bd2be349cd6087140ce.tar.gz
forums-6a97d9f85548aa60c1838bd2be349cd6087140ce.tar.bz2
forums-6a97d9f85548aa60c1838bd2be349cd6087140ce.tar.xz
forums-6a97d9f85548aa60c1838bd2be349cd6087140ce.zip
[task/sami] Also ignore ext/ directory.
PHPBB3-12495
Diffstat (limited to 'build')
-rw-r--r--build/sami.conf.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/sami.conf.php b/build/sami.conf.php
index 0edf918a2d..de23684548 100644
--- a/build/sami.conf.php
+++ b/build/sami.conf.php
@@ -18,6 +18,7 @@ $iterator = Symfony\Component\Finder\Finder::create()
->name('*.php')
->in(__DIR__ . '/../phpBB/')
->notPath('#^cache/#')
+ ->notPath('#^ext/#')
->notPath('#^vendor/#')
->notPath('#^develop/#')
->notPath('data')