ADD: bin directory with git lfs tracking

Remove bin from .gitignore and add all executables and libraries to LFS.
These files will be pushed only to Gitea server.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-30 17:16:51 +09:00
parent a54d3cebf7
commit 3ff457d498
55 changed files with 158 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,4 @@
/build
/bin
/assets
/.idea
/cmake-build-debug

BIN
bin/ImGuizmo.lib LFS Normal file

Binary file not shown.

BIN
bin/Release/ImGuizmo.lib LFS Normal file

Binary file not shown.

BIN
bin/Release/SDL2.dll LFS Normal file

Binary file not shown.

BIN
bin/Release/SDL2.exp LFS Normal file

Binary file not shown.

BIN
bin/Release/SDL2.lib LFS Normal file

Binary file not shown.

BIN
bin/Release/fastgltf.lib LFS Normal file

Binary file not shown.

BIN
bin/Release/fastgltf_simdjson.lib LFS Normal file

Binary file not shown.

BIN
bin/Release/fmt.lib LFS Normal file

Binary file not shown.

BIN
bin/Release/imgui.lib LFS Normal file

Binary file not shown.

BIN
bin/Release/ktx.dll LFS Normal file

Binary file not shown.

BIN
bin/Release/mikktspace.lib LFS Normal file

Binary file not shown.

BIN
bin/Release/vkbootstrap.lib LFS Normal file

Binary file not shown.

BIN
bin/SDL2.dll LFS Normal file

Binary file not shown.

BIN
bin/SDL2.lib LFS Normal file

Binary file not shown.

BIN
bin/SDL2d.dll LFS Normal file

Binary file not shown.

BIN
bin/SDL2d.lib LFS Normal file

Binary file not shown.

BIN
bin/SDL2d.pdb LFS Normal file

Binary file not shown.

BIN
bin/dwd.rdc LFS Normal file

Binary file not shown.

BIN
bin/engine.exe LFS Normal file

Binary file not shown.

BIN
bin/engine.pdb LFS Normal file

Binary file not shown.

BIN
bin/fastgltf.lib LFS Normal file

Binary file not shown.

BIN
bin/fastgltf_simdjson.lib LFS Normal file

Binary file not shown.

BIN
bin/fmt.lib LFS Normal file

Binary file not shown.

BIN
bin/fmtd.lib LFS Normal file

Binary file not shown.

BIN
bin/imgui.ini LFS Normal file

Binary file not shown.

BIN
bin/imgui.lib LFS Normal file

Binary file not shown.

BIN
bin/ktx.dll LFS Normal file

Binary file not shown.

BIN
bin/libImGuizmo.a LFS Normal file

Binary file not shown.

1
bin/libSDL2-2.0d.so Symbolic link
View File

@@ -0,0 +1 @@
libSDL2-2.0d.so.0

1
bin/libSDL2-2.0d.so.0 Symbolic link
View File

@@ -0,0 +1 @@
libSDL2-2.0d.so.0.3200.10

BIN
bin/libSDL2-2.0d.so.0.3200.10 LFS Normal file

Binary file not shown.

BIN
bin/libfastgltf.a LFS Normal file

Binary file not shown.

BIN
bin/libfastgltf_simdjson.a LFS Normal file

Binary file not shown.

BIN
bin/libfmtd.a LFS Normal file

Binary file not shown.

BIN
bin/libimgui.a LFS Normal file

Binary file not shown.

BIN
bin/libmikktspace.a LFS Normal file

Binary file not shown.

BIN
bin/libvkbootstrap.a LFS Normal file

Binary file not shown.

BIN
bin/mikktspace.lib LFS Normal file

Binary file not shown.

BIN
bin/vkbootstrap.lib LFS Normal file

Binary file not shown.

BIN
bin/vma_after_AssetManager.json LFS Normal file

Binary file not shown.

BIN
bin/vma_after_Compute.json LFS Normal file

Binary file not shown.

BIN
bin/vma_after_MainDQ.json LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
bin/vma_after_RTManager.json LFS Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/vma_after_SceneManager.json LFS Normal file

Binary file not shown.

BIN
bin/vma_after_Swapchain.json LFS Normal file

Binary file not shown.

BIN
bin/vma_before_DeviceManager.json LFS Normal file

Binary file not shown.

BIN
bin/vulkan_engine LFS Normal file

Binary file not shown.

BIN
bin/vulkan_engine.exe LFS Normal file

Binary file not shown.

BIN
bin/vulkan_engine.ilk LFS Normal file

Binary file not shown.

BIN
bin/vulkan_engine.pdb LFS Normal file

Binary file not shown.