Skip to content

Commit

Permalink
avoiding emacs files
Browse files Browse the repository at this point in the history
  • Loading branch information
reisraff committed Aug 1, 2019
1 parent ae20464 commit 795a246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phulp.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
$phulpFiles = [];

foreach ($files as $file) {
if (preg_match('/phulpfile(\.php)?/i', $file)) {
if (preg_match('/phulpfile(\.php)[^~]?/i', $file)) {
$phulpFiles[] = $file;
}
}
Expand Down

0 comments on commit 795a246

Please sign in to comment.