diff options
author | Aaron LI <aly@aaronly.me> | 2022-01-15 10:59:43 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2023-06-13 10:01:03 +0800 |
commit | 1fb7765592b62b0ff8ffa720b37cd073c559e810 (patch) | |
tree | 9396499430defc80ce102961722692dee18e83a8 | |
parent | 0235adb5d52110d951e9001d46ecbc52192a5e01 (diff) | |
download | dotfiles-1fb7765592b62b0ff8ffa720b37cd073c559e810.tar.bz2 |
Add basic config for uctags (Universal Ctags)
-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 |