diff options
| author | OpportunityLiu <[email protected]> | 2019-06-11 14:02:33 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-11 14:02:33 +0800 |
| commit | 313992ad86b7e0e0cfb339dadb60f91000c08b92 (patch) | |
| tree | 5f0dbe1b99811f509c81c0f444187eb6024c26ec | |
| parent | c8b6f851b85cd8ac6e1ae4ed7993f6910f25df36 (diff) | |
add comments
| -rw-r--r-- | .gitignore | 15 |
1 files 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 |
