mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
2b943eda47
We do this by avoiding using a RegexSet (*sigh*). In particular, file type matching has much simpler semantics than gitignore files, so we don't actually need to care which file type matched. Therefore, we can get away with a single regex with a giant alternation. |
||
---|---|---|
benches | ||
ci | ||
grep | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
benchsuite | ||
Cargo.toml | ||
compile | ||
COPYING | ||
ctags.rust | ||
LICENSE-MIT | ||
Makefile | ||
README.md | ||
session.vim | ||
UNLICENSE |