Ignoring directories #4721
Unanswered
alperentanyel
asked this question in
Q&A
Replies: 2 comments 2 replies
-
What is the value of the |
Beta Was this translation helpful? Give feedback.
1 reply
-
It worked, but there's an issue that needs to be fixed. When specifying the ignore option, using -i d:aaa/ does not properly ignore the aaa directory. Additionally, quotes(",') should not be used. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With using java -Xmx2048m -jar "$INSTALL_DIR/opengrok/lib/opengrok.jar"
-c "/home/opengrok-setup/ctags/ctags"
-s "$OPENGROK_SRC_ROOT"
-d "$OPENGROK_DATA_ROOT"
-W "$OPENGROK_CONFIGURATION"
-P -S -G
-i "d: /home/opengrok-setup/Radio/av"
ı tried to ignore a directory but it did not worked also it gave an error of using W so it will not work ... how can ı ignore files
Beta Was this translation helpful? Give feedback.
All reactions