mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-05-09 18:09:46 +08:00
chore: 添加预编译的IUP库文件并更新.gitignore
添加Windows平台所需的IUP GUI库文件至libs目录,包括iupcontrols、iupgl、iupim等核心组件。 同时更新.gitignore文件,优化构建产物和临时文件的忽略规则,将临时游戏存档从*.csv改为records/目录。
This commit is contained in:
+1
-17
@@ -1,8 +1,6 @@
|
||||
# 编译生成的可执行文件
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.o
|
||||
|
||||
# IDE配置文件
|
||||
.idea/
|
||||
@@ -30,22 +28,8 @@ Thumbs.db
|
||||
*.ilk
|
||||
|
||||
# 对象文件
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# 静态库文件
|
||||
*.lib
|
||||
*.a
|
||||
|
||||
# 动态库文件
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# 资源文件
|
||||
*.res
|
||||
*.ico
|
||||
|
||||
# 打包文件
|
||||
dist/
|
||||
|
||||
@@ -53,4 +37,4 @@ dist/
|
||||
obj/
|
||||
|
||||
# 临时游戏存档
|
||||
*.csv
|
||||
records/
|
||||
|
||||
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user