aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-17 13:05:52 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-17 13:05:52 +0200
commit223058c8c69203c48411f14e95b1ee36226ac5c8 (patch)
tree941399b2e3988aa079e9d5394e9bd96d73c057c0 /build/sami.conf.php
parent[task/sami] Also ignore ext/ directory. (diff)
downloadphpbb-223058c8c69203c48411f14e95b1ee36226ac5c8.tar.gz
phpbb-223058c8c69203c48411f14e95b1ee36226ac5c8.tar.bz2
phpbb-223058c8c69203c48411f14e95b1ee36226ac5c8.zip
[task/sami] Establish alphabetical order.
PHPBB3-12495
Diffstat (limited to 'build/sami.conf.php')
-rw-r--r--build/sami.conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/sami.conf.php b/build/sami.conf.php
index de23684548..dd57ec8780 100644
--- a/build/sami.conf.php
+++ b/build/sami.conf.php
@@ -18,9 +18,9 @@ $iterator = Symfony\Component\Finder\Finder::create()
->name('*.php')
->in(__DIR__ . '/../phpBB/')
->notPath('#^cache/#')
+ ->notPath('#^develop/#')
->notPath('#^ext/#')
->notPath('#^vendor/#')
- ->notPath('#^develop/#')
->notPath('data')
;