From f4c557b4ec5342e7ac43838e4800ff94e67d742a Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 24 Mar 2014 19:15:02 +0100 Subject: [PATCH] maint: Add ctags configuration file and ignore the output 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