Skip to content

Commit d75973c

Browse files
authored
Merge pull request #45 from jdarwood007/ignoreSomeOther30
More ignores
2 parents e6dfbbb + a42964d commit d75973c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

check-smf-license.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
// Cache and miscellaneous.
4040
'\./cache/',
4141
'\./other/db_last_error\.php',
42-
'\./other/update_version_numbers.php',
43-
'\./other/update_unicode_data.php',
42+
'\./other/update_[A-Za-z0-9_]+\.php',
4443
'\./tests/',
4544
'\./vendor/',
4645

@@ -150,4 +149,4 @@
150149
catch (Exception $e) {
151150
fwrite(STDERR, $e->getMessage());
152151
exit(1);
153-
}
152+
}

0 commit comments

Comments
 (0)