]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
maint: Make ctags work out of the box
authorJiri Denemark <jdenemar@redhat.com>
Wed, 17 Jul 2013 10:43:53 +0000 (12:43 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 18 Jul 2013 06:47:21 +0000 (08:47 +0200)
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 [new file with mode: 0644]

diff --git a/.ctags b/.ctags
new file mode 100644 (file)
index 0000000..75e9753
--- /dev/null
+++ b/.ctags
@@ -0,0 +1,5 @@
+--recurse
+--exclude=*.orig
+--exclude=*.html
+--exclude=*.html.in
+--langmap=c:+.h.in