From 4877cfd36a740472bb797e6e9fdc9f3e1d7a772d Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 3 Jan 2020 21:17:40 -0700 Subject: [PATCH] modify the git ignore list for ctags so that we only ignore those tags in specific folders This is to avoid any source files to be missed when they are placed in a folder called tags. Libtatum is any example! --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dade84a47..830a45dd3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ .DS_Store # ctags -tags +vpr7_x2p/vpr/src/tags # log files **/logs @@ -45,4 +45,4 @@ tmp/ build/ message.txt -deploy_key \ No newline at end of file +deploy_key