How can I tell cindex to ignore certain folders? (such as logs/, *.log, tmp/ etc.)
Brought to you by:
chrsmithdemos
Originally created by: simon.w...@gmail.com
See summary above.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: rsc@golang.org
There's no support for negative patterns, but you can prepare the list of files or directories you want indexed in any manner and then pass it to cindex as multiple arguments.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: simon.w...@gmail.com
Ah, that's a shame. That makes it pretty well unusable for me.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: manpreet...@gmail.com
BTW your request was implemented in a fork I maintain at
https://github.com/junkblocker/codesearch
if you are still interested.