Skip to content

Commit

Permalink
add a couple of ignore_prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
catalyst-donovan-jones committed Nov 15, 2010
1 parent df45b25 commit 3195e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgrep/dgrep
Expand Up @@ -53,7 +53,7 @@ pod2usage(-exitstatus => 0, -verbose => 1) if $opt{help};
#print STDERR (join("|",@ARGV),"\n");

my $ignore_prefixes = {
ignore => [qw( js sql cpp svg tex )],
ignore => [qw( js sql cpp svg tex vb css )],
};

my %seen;
Expand Down

0 comments on commit 3195e13

Please sign in to comment.