Clean up build artifacts and improve .gitignore

- Remove tracked CMakeFiles/ directory
- Remove .DS_Store files
- Add proper .gitignore patterns for:
  - *.o, *.o.d (object files and dependency files)
  - *.a, *.so, *.dylib (static/dynamic libraries)
  - CMakeFiles/ (CMake build directory)
  - emulator/build/ (build output)
  - .DS_Store (macOS metadata)
This commit is contained in:
Adolfo Reyna
2026-02-12 20:42:56 -05:00
parent 38ffdac749
commit b722b8b9c5
116 changed files with 0 additions and 16542 deletions

Binary file not shown.