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.

貢獻者指南