[libvirt] [python PATCH] maint: Add ctags configuration file and ignore the output

Peter Krempa pkrempa at redhat.com
Mon Mar 24 18:19:18 UTC 2014


Add the config file to ease creation of tags to help navigation in
editors.
---
 .ctags     | 2 ++
 .gitignore | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 .ctags

diff --git a/.ctags b/.ctags
new file mode 100644
index 0000000..21ac79a
--- /dev/null
+++ b/.ctags
@@ -0,0 +1,2 @@
+--recurse
+--exclude=*.orig
diff --git a/.gitignore b/.gitignore
index f47e786..a28e63c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ MANIFEST
 *#*#
 *.#*#
 *.pyc
+tags
-- 
1.9.0




More information about the libvir-list mailing list