From 1fb7765592b62b0ff8ffa720b37cd073c559e810 Mon Sep 17 00:00:00 2001
From: Aaron LI <aly@aaronly.me>
Date: Sat, 15 Jan 2022 10:59:43 +0800
Subject: Add basic config for uctags (Universal Ctags)

---
 _config/ctags/00.ctags | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 _config/ctags/00.ctags

(limited to '_config')

diff --git a/_config/ctags/00.ctags b/_config/ctags/00.ctags
new file mode 100644
index 0000000..5a51def
--- /dev/null
+++ b/_config/ctags/00.ctags
@@ -0,0 +1,15 @@
+#
+# Configuration for Universal Ctags
+# man uctags(1)
+#
+
+--recurse=yes
+--exclude=.git
+--exclude=.svn
+--exclude=build/*
+--exclude=vendor/*
+--exclude=node_modules/*
+--exclude=*.log
+--exclude=*.pyc
+--exclude=*.swp
+--exclude=*.bak
-- 
cgit v1.2.2