annotate res/ctags_recursive.options @ 235:def58b9d22c6

Exclude cscope from default file list command With default setup gutentags generate file list for cscope using simple `find -type f` command in update_scopedb.sh. Subsequent invocations of this script causes unbounded growth of cscope database because cscope indexes itself every time. This change excludes cscope database file from default file list command for cscope database generation so it will work properly by default. Another option is to use custom file list command like `ag -l` that will generate files known to source control, that is without cscope database file.
author Alex Dzyoba <alex@dzyoba.com>
date Tue, 18 Dec 2018 23:32:20 +0300
parents 4c9e2de7d46a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
135
4c9e2de7d46a Rename ctags.options to ctags_recursive.options
Stephen Kent <smkent@smkent.net>
parents:
diff changeset
1 --recurse=yes
4c9e2de7d46a Rename ctags.options to ctags_recursive.options
Stephen Kent <smkent@smkent.net>
parents:
diff changeset
2