Files
setec_fs_manager/.gitignore
DigiJ 6e40691548 v1.1.0 — SD card recovery, 25 new filesystem types, UI theme overhaul
- SD card recovery tool: detects and repairs cards Windows can't see,
  including mid-format failures, corrupted partition tables, RAW media.
  Uses IOCTL_DISK_CREATE_DISK + IOCTL_DISK_SET_DRIVE_LAYOUT_EX directly.
- 25 new filesystem types: F2FS, JFFS2, NILFS2, FATX, STFS, GDFX, PS2MC,
  VHD, VHDX, VMDK, QCOW2, VDI, RVZ, WUA, WBFS, NRG, CDFS, HDFS + more
- Detection routines for all new types with correct magic number signatures
- UI theme: bright green replaced with pale grayish peach, all text white
- hwdiag rebuilt in Release mode; added build_hwdiag_release.bat
- garbage.xtx auto-copied to build output directory post-build
2026-03-12 12:54:47 -07:00

31 lines
588 B
Plaintext

build/
.vs/
.vscode/
*.user
*.suo
*.sdf
*.opensdf
*.db
*.opendb
CMakeUserPresets.json
compile_commands.json
puzzle.md
# Build-time generated files
resources/garbage.xtx
# Secret module source — only pre-compiled .lib is committed
src/ui/dialogs/AstroChicken.*
src/ui/dialogs/Vohaul.*
src/ui/dialogs/Arnoid.*
src/ui/tabs/StarGenerator.*
src/core/security/OratDecoder.*
third_party/hwdiag/internal/
third_party/hwdiag/build/
third_party/hwdiag/hwdiag_impl.cpp
SetecPartitionWizard-v1.0.0-debug-x64/
third_party/hwdiag/build_release/
third_party/hwdiag/build_rel/
hwdiag_build.log
*.zip