Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to ignore a particular filename/path #61

Open
neilb opened this issue Apr 1, 2021 · 2 comments
Open

Ability to ignore a particular filename/path #61

neilb opened this issue Apr 1, 2021 · 2 comments
Assignees

Comments

@neilb
Copy link

neilb commented Apr 1, 2021

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)

@neilb neilb changed the title Ability to ignore a particular filename Ability to ignore a particular filename/path Apr 1, 2021
@atoomic
Copy link
Member

atoomic commented Apr 27, 2023

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
Copy link

All I need is #58.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants