Skip to content

Commit

Permalink
Spread min.js regex change where needed
Browse files Browse the repository at this point in the history
  • Loading branch information
hoelzro committed Sep 16, 2011
1 parent 0b24a18 commit 9654b14
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Ack.pm
Expand Up @@ -559,7 +559,7 @@ Recognized files:
/#.+#$/ - Emacs swap files
/[._].*\.swp$/ - Vi(m) swap files
/core\.\d+$/ - core dumps
/[.]min\.js$/ - Minified javascript files
/[.-]min\.js$/ - Minified javascript files
Note that I<$filename> must be just a file, not a full path.
Expand Down Expand Up @@ -817,7 +817,7 @@ File inclusion/exclusion:
/#.+#\$/ - Emacs swap files
/[._].*\\.swp\$/ - Vi(m) swap files
/core\\.\\d+\$/ - core dumps
/[.]min\\.js\$/ - Minified javascript files
/[.-]min\\.js\$/ - Minified javascript files
Miscellaneous:
--noenv Ignore environment variables and ~/.ackrc
Expand Down
2 changes: 1 addition & 1 deletion ack
Expand Up @@ -1851,7 +1851,7 @@ File inclusion/exclusion:
/#.+#\$/ - Emacs swap files
/[._].*\\.swp\$/ - Vi(m) swap files
/core\\.\\d+\$/ - core dumps
/[.]min\\.js\$/ - Minified javascript files
/[.-]min\\.js\$/ - Minified javascript files
Miscellaneous:
--noenv Ignore environment variables and ~/.ackrc
Expand Down
2 changes: 1 addition & 1 deletion ack-help-dirs.txt
Expand Up @@ -114,7 +114,7 @@ File inclusion/exclusion:
/#.+#$/ - Emacs swap files
/[._].*\.swp$/ - Vi(m) swap files
/core\.\d+$/ - core dumps
/[.]min\.js$/ - Minified javascript files
/[.-]min\.js$/ - Minified javascript files

Miscellaneous:
--noenv Ignore environment variables and ~/.ackrc
Expand Down
2 changes: 1 addition & 1 deletion ack-help.txt
Expand Up @@ -114,7 +114,7 @@ File inclusion/exclusion:
/#.+#$/ - Emacs swap files
/[._].*\.swp$/ - Vi(m) swap files
/core\.\d+$/ - core dumps
/[.]min\.js$/ - Minified javascript files
/[.-]min\.js$/ - Minified javascript files

Miscellaneous:
--noenv Ignore environment variables and ~/.ackrc
Expand Down

0 comments on commit 9654b14

Please sign in to comment.