From 313992ad86b7e0e0cfb339dadb60f91000c08b92 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Tue, 11 Jun 2019 14:02:33 +0800 Subject: add comments --- .gitignore | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f3bc8e161..1933f1582 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,23 @@ .DS_Store/ + +# Xmake cache .xmake/ build/ -winenv/ -xmake-ppa/ + +# for VS Code .vscode/ +# for vim +*.swp +*.swo +/tags + +# Ignore packaging files +winenv/ *.exe *.zip -install.log +# Makefile generation /core/xmake.config.h /core/.config.mak -- cgit v1.3.1