From fddedb324fbff0546c2cbe304fe95c8e254da6fb Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Tue, 11 Jun 2019 14:13:59 +0800 Subject: fix --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1933f1582..99bc3124f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +# MacOS Cache .DS_Store/ # Xmake cache @@ -10,7 +11,8 @@ build/ # for vim *.swp *.swo -/tags +tags +!tags/ # Ignore packaging files winenv/ -- cgit v1.3.1