oracle/opengrok

Allow repository-specific / client-side ignore specifiers (kinda like .gitignore)

开放

#3,103 创建于 2020年4月8日

 (5 条评论) (0 个反应) (0 位负责人)Java (747 个派生)batch import
enhancementhelp wantedindexer

仓库指标

星标
 (4,060 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. We have multiple large projects that get grok'd. Different teams have different requirements for what they would like excluded from the grok index. It would be easier if we could just have the team add a .grokignore file in their repository to tell Grok what to ignore.

Describe the solution you'd like A file that lives inside the repository (such as .grokignore) that gets read by the indexer, and causes the indexer to ignore any files in the repository that match lines in that file.

Describe alternatives you've considered The alternative is the ignore switch on the indexer itself, but that is a server-side change, and would require relaunching of our service image - doable but not tennable.

贡献者指南