Hello,

I'm trying to build a glibc.c.tags file out of (selected) glibc headers.  but due to glibc's heavy attributes and macros use, many symbols are not included.

I have created the following ignore.tags file (under ~/.config/geany/), but nothing has changed.
~ $ cat ~/.config/geany/ignore.tags 
__LEAF
__LEAF_ATTR
__THROW
__THROWNL
__attribute__+
__attribute_malloc__
__attribute_pure__
__attribute_const__
__attribute_used__
__attribute_noinline__
__attribute_deprecated__
__attribute_format_arg__+
__attribute_format_strfmon__+
__nonnull+
__attribute_warn_unused_result__
__wur

I must have done something wrong, any help greatly appreciated.