Hello,<div><br></div><div>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.</div><div><br></div><div>I have created the following ignore.tags file (under ~/.config/geany/), but <b>nothing</b> has changed.</div>
<div><div>~ $ cat ~/.config/geany/ignore.tags </div><div>__LEAF</div><div>__LEAF_ATTR</div><div>__THROW</div><div>__THROWNL</div><div>__attribute__+</div><div>__attribute_malloc__</div><div>__attribute_pure__</div><div>__attribute_const__</div>
<div>__attribute_used__</div><div>__attribute_noinline__</div><div>__attribute_deprecated__</div><div>__attribute_format_arg__+</div><div>__attribute_format_strfmon__+</div><div>__nonnull+</div><div>__attribute_warn_unused_result__</div>
<div>__wur</div></div><div><br></div><div>I must have done something wrong, any help greatly appreciated.</div>