|
80 | 80 | # - OPENGROK_ENABLE_PROJECTS Enable projects (set it to true or false)
|
81 | 81 | # Every directory in SRC_ROOT is
|
82 | 82 | # considered a separate project
|
| 83 | +# - OPENGROK_IGNORE_PATTERNS Set ignored patterns for indexer to skip. |
| 84 | +# OPENGROK_IGNORE_PATTERNS="-i dummy" |
| 85 | +# OPENGROK_IGNORE_PATTERNS="-i f:dummy" |
| 86 | +# OPENGROK_IGNORE_PATTERNS="-i d:dummy" |
| 87 | +# Multiple entries can be joined together: |
| 88 | +# "-i dummy -i d:tmp -i f:dummy" |
83 | 89 | # - OPENGROK_SCAN_REPOS Disable Scan for repositories (*)
|
84 | 90 | # - OPENGROK_SCAN_DEPTH how deep should scanning for repos go
|
85 | 91 | # (by default 3 directories from SRC_ROOT)
|
@@ -275,7 +281,7 @@ DefaultInstanceConfiguration()
|
275 | 281 | #JAVA_DEBUG="$JAVA_DEBUG,server=y,address=8010,suspend=y"
|
276 | 282 |
|
277 | 283 | # OPTIONAL: Ignore these patterns as names of files or directories
|
278 |
| - #IGNORE_PATTERNS="-i dummy" |
| 284 | + #OPENGROK_IGNORE_PATTERNS="-i dummy" |
279 | 285 | # To ignore skipping just the history cache creation for a particular
|
280 | 286 | # directory and all of it's subdirectories, touch an empty
|
281 | 287 | # .opengrok_skip_history file at the root of that directory
|
@@ -840,7 +846,7 @@ MinimalInvocation()
|
840 | 846 | CommonInvocation()
|
841 | 847 | {
|
842 | 848 | MinimalInvocation \
|
843 |
| - ${IGNORE_PATTERNS} \ |
| 849 | + ${OPENGROK_IGNORE_PATTERNS} \ |
844 | 850 | ${HISTORY_TAGS} \
|
845 | 851 | ${GENERATE_HISTORY} \
|
846 | 852 | ${RENAMED_FILES_HISTORY} \
|
|
0 commit comments