xfind: more includes and excludes

This commit is contained in:
rkiel
2019-03-18 19:17:27 -04:00
parent 0358d9a443
commit 1fed862a5f
4 changed files with 70 additions and 14 deletions

View File

@@ -7,6 +7,7 @@ The command-line scripts include:
* [feature](FEATURE.md) - make working with feature branches easier
* [release](RELEASE.md)- make working with release branches and tags easier
* [xgrep](XGREP.md)- make using `git-grep` easier
* [xfind](XFIND.md)- make using `find` easier
The command-line scripts are written in Ruby 2.x using just the standard libraries and do not require any gems to be installed.
For OS X users, these should just work out-of-box.
@@ -37,3 +38,4 @@ cd ~/GitHub/rkiel/git-utilities
* [See feature](FEATURE.md)
* [See release](RELEASE.md)
* [See xgrep](XGREP.md)
* [See xfind](XFIND.md)