Skip to content

Commit

Permalink
CTAGS: Add default configuration file for ctags.
Browse files Browse the repository at this point in the history
+ Exclude contrib and build directories.
+ Create correct tags for UCS_PROFILE_FUNC and UCS_PROFILE_FUNC_VOID.
  • Loading branch information
yosefe committed Dec 1, 2016
1 parent b5195df commit 6c594f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ctags
@@ -0,0 +1,4 @@
--regex-c=/\s*UCS_PROFILE_FUNC\s*\(\s*\w+\s*,\s*(\w+),.*/\1/f/
--regex-c=/\s*UCS_PROFILE_FUNC_VOID\s*\(\s*(\w+),.*/\1/f/
--exclude=contrib
--exclude=build-*

0 comments on commit 6c594f2

Please sign in to comment.