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.
This commit is contained in:
Jiri Denemark 2013-07-17 12:43:53 +02:00
parent 6c8adeb41a
commit d9301a9ae3

5
.ctags Normal file
View File

@ -0,0 +1,5 @@
--recurse
--exclude=*.orig
--exclude=*.html
--exclude=*.html.in
--langmap=c:+.h.in