加入32位支持,更新.gitignore

This commit is contained in:
13632530821
2022-11-20 21:15:04 +08:00
parent fb4b8d2133
commit f25343ab59
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,5 +1,7 @@
点名器.spec
.history/ .history/
Build.bat Build.bat
Build32.bat
bin/ bin/
bin32/
data/ data/
*.spec

View File

@@ -16,7 +16,7 @@
| 点名器.ico | 点名器.ico
| |
\---data \---data
config.data * config.data
names.xls names.xls
``` ```