aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')