From bdcfa83e568e0b4bc758c59421324a0ca022e2d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=EC=84=B1=EC=9E=AC/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Principal=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Tue, 8 May 2018 15:30:23 +0900 Subject: [PATCH] Add `ctags` configuration file (#1120) - exclude binary paths including `Product`, `rootfs`, `cache` - include external source path - set --extra=+f as default for easy file searching in project Signed-off-by: Sung-Jae Lee --- .ctags | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .ctags diff --git a/.ctags b/.ctags new file mode 100644 index 0000000..72c5f4e --- /dev/null +++ b/.ctags @@ -0,0 +1,5 @@ +--extra=+f +--exclude=Product +--exclude=tags +--exclude=tests/framework/cache +--exclude=tools/cross/rootfs -- 2.7.4