zoekt icon indicating copy to clipboard operation
zoekt copied to clipboard

WIP: Add support for git-style .gitignore patterns to zoekt-index.

Open kisabaka opened this issue 3 years ago • 0 comments

Adds support for .gitignore type globs to the zoekt-index command. This is useful when indexing a local directory or a git repository that doesn't follow one of the remote patterns defined in setTemplates in gitindex/index.go.

Usage:

go run cmd/zoekt-index/main.go -ignore_files .gitignore -index /tmp/zoekt-index/ .

kisabaka avatar Feb 15 '22 23:02 kisabaka