Skip to content

Commit 6c594f2

Browse files
committed
CTAGS: Add default configuration file for ctags.
+ Exclude contrib and build directories. + Create correct tags for UCS_PROFILE_FUNC and UCS_PROFILE_FUNC_VOID.
1 parent b5195df commit 6c594f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ctags

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--regex-c=/\s*UCS_PROFILE_FUNC\s*\(\s*\w+\s*,\s*(\w+),.*/\1/f/
2+
--regex-c=/\s*UCS_PROFILE_FUNC_VOID\s*\(\s*(\w+),.*/\1/f/
3+
--exclude=contrib
4+
--exclude=build-*

0 commit comments

Comments
 (0)