diff options
| -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/ |
