diff options
| author | OpportunityLiu <[email protected]> | 2019-06-11 14:13:59 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-11 14:13:59 +0800 |
| commit | fddedb324fbff0546c2cbe304fe95c8e254da6fb (patch) | |
| tree | 7f83213d7f9923544a0a22676e6a0a20cda591a4 | |
| parent | 313992ad86b7e0e0cfb339dadb60f91000c08b92 (diff) | |
fix
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
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/ |
