From: Jiri Denemark Date: Wed, 17 Jul 2013 10:43:53 +0000 (+0200) Subject: maint: Make ctags work out of the box X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d9301a9ae39e797dceb608fdd3f3f0902acc5d4c;p=libvirt.git maint: Make ctags work out of the box 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. --- diff --git a/.ctags b/.ctags new file mode 100644 index 0000000000..75e9753182 --- /dev/null +++ b/.ctags @@ -0,0 +1,5 @@ +--recurse +--exclude=*.orig +--exclude=*.html +--exclude=*.html.in +--langmap=c:+.h.in