diff options
| author | OpportunityLiu <[email protected]> | 2019-06-11 13:56:30 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-11 13:56:30 +0800 |
| commit | c8b6f851b85cd8ac6e1ae4ed7993f6910f25df36 (patch) | |
| tree | f125adce46b367600ffca5b2412a560c11b23578 | |
| parent | a929651257c7259546ff0bf72179067938a0f0ca (diff) | |
fix
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index b376a9207..f3bc8e161 100644 --- a/.gitignore +++ b/.gitignore @@ -5,12 +5,8 @@ winenv/ xmake-ppa/ .vscode/ -/*.exe -/*.zip -/xmake/*.exe -/xmake/*.zip -/scripts/*.exe -/scripts/*.zip +*.exe +*.zip install.log /core/xmake.config.h |
