From d108a1abb7b0d12cadf6b106521ceb347b1aab0f Mon Sep 17 00:00:00 2001 From: Max Wang Date: Thu, 4 Apr 2019 12:42:12 -0700 Subject: [PATCH] Add a .ctags.d/ toplevel directory (#18827) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/18827 ghimport-source-id: 38f857bc29b2c2c6a71069d00c4c69ed0bef1574 Stack from [ghstack](https://github.com/ezyang/ghstack): * **#18827 Add a .ctags.d/ toplevel directory** Exclude build artifacts by default. Reviewed By: ezyang Differential Revision: D14765721 fbshipit-source-id: a785dbb2ef1df96af8e23cc65c8db2a6b67b4fce --- .ctags.d/pytorch.ctags | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .ctags.d/pytorch.ctags diff --git a/.ctags.d/pytorch.ctags b/.ctags.d/pytorch.ctags new file mode 100644 index 00000000000000..a0a34d9628be48 --- /dev/null +++ b/.ctags.d/pytorch.ctags @@ -0,0 +1,2 @@ +--exclude=build/* +--exclude=include/*