
On Wed, Jul 17, 2013 at 05:33:00 -0600, Eric Blake wrote:
On 07/17/2013 05:10 AM, Jiri Denemark wrote:
The .ctags file specifies default options for ctags so that it does not ignore libvirt.h.in and ignores uninteresting files. As a result, you can just run "ctags" and navigating to a public API won't get you to a useless entry in api.html. --- .ctags | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ctags
ACK - having this file doesn't hurt anyone that doesn't use ctags, and helps those that do. Hmm, should this file also be part of EXTRA_DIST?
I don't think it needs to be in EXTRA_DIST since this is mostly aimed at people that wants to hack something in libvirt and that's what git should be used for :-) I pushed the patch. Jirka