diff options
-rw-r--r-- | _config/ctags/00.ctags | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_config/ctags/00.ctags b/_config/ctags/00.ctags new file mode 100644 index 0000000..5a51def --- /dev/null +++ b/_config/ctags/00.ctags @@ -0,0 +1,15 @@ +# +# Configuration for Universal Ctags +# man uctags(1) +# + +--recurse=yes +--exclude=.git +--exclude=.svn +--exclude=build/* +--exclude=vendor/* +--exclude=node_modules/* +--exclude=*.log +--exclude=*.pyc +--exclude=*.swp +--exclude=*.bak |