加入32位支持,更新.gitignore

This commit is contained in:
13632530821
2022-11-20 21:14:23 +08:00
parent fb4b8d2133
commit 8d272ff05d
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,5 +1,8 @@
点名器.spec 点名器.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
``` ```