metacpan / metacpan-grep-front-end

Grep Front end code
GNU General Public License v3.0
13 stars 13 forks source link

Ability to ignore a particular filename/path #61

Open neilb opened 3 years ago

neilb commented 3 years ago

Would be nice if you could also say "ignore any files/paths" matching this.

E.g. you could ask it to ignore ppport.h (wanted by @Leont)

atoomic commented 1 year ago

note: git grep is providing that feature example:

# to ignore path like *.t and *.pm
> git grep test -- ':!*.t' ':!*.pm'

We can defintively add it

khwilliamson commented 1 year ago

All I need is #58.