Add a .ctags.d/ toplevel directory (#18827)
authorMax Wang <mwang@fb.com>
Thu, 4 Apr 2019 19:42:12 +0000 (12:42 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 4 Apr 2019 19:51:05 +0000 (12:51 -0700)
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 [new file with mode: 0644]

diff --git a/.ctags.d/pytorch.ctags b/.ctags.d/pytorch.ctags
new file mode 100644 (file)
index 0000000..a0a34d9
--- /dev/null
@@ -0,0 +1,2 @@
+--exclude=build/*
+--exclude=include/*