-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gutctags
22 lines (20 loc) · 1.11 KB
/
.gutctags
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--regex-C=/$x/x/x/e/ The ctags parser currently doesn't support comments
--regex-C=/$x/x/x/e/ This is a work-around which works with '/' characters
--regex-C=/$x/x/x/e/ http://stackoverflow.com/questions/10973224/how-to-add-comments-to-an-exuberant-ctags-config-file
--regex-C=/$x/x/x/e/
--regex-C=/$x/x/x/e/ This file is used by the gutentags vim plugin for live creation of tags file
--regex-C=/$x/x/x/e/ if you are using a root path other than “nmsprime” AND you are using gutentags: extend this file for your path
--regex-C=/$x/x/x/e/ comment by par: local excludes (e.g. --exclude=vendor/*) are sometimes ignored and let the tags file explode
--regex-C=/$x/x/x/e/ so we use this unusual patterns
--exclude=*/nmsprime/.deprecated/*
--exclude=*/nmsprime/.git
--exclude=*/nmsprime/Documentation/*
--exclude=*/nmsprime/modules/*/Assets/*
--exclude=*/nmsprime/node_modules/*
--exclude=*/nmsprime/public-ccc/components/*
--exclude=*/nmsprime/public/components/*
--exclude=*/nmsprime/public/css/*
--exclude=*/nmsprime/public/vendor/*
--exclude=*/nmsprime/storage/*
--exclude=*/nmsprime/vendor/*
--exclude=*/nmsprime/public/js/leaflet/*