Skip to content

chore: gitignore ~350 MB of generated build/test artefacts - #102

Merged
MicBur merged 1 commit into
mainfrom
chore/gitignore-build-artefacts
Aug 4, 2026
Merged

MicBur merged 1 commit into
mainfrom
chore/gitignore-build-artefacts

Conversation

@MicBur

@MicBur MicBur commented Aug 4, 2026

Copy link
Copy Markdown
Owner

The working tree carried 12 untracked entries totalling ~350 MB, none of them ignored β€” so a git add -A would have committed all of it: dist/, test_install_dir/, test_rpp/, tools/ (downloaded NSIS/7zr), memory/, large_bench_project/ (generated 101-TU corpus + 4 build dirs), suco_test_log.txt, built installers.

Also ignores src/common/suco_version.h β€” CMake generates that header into build/generated, so a copy in the source tree is stale by construction and can shadow the real one.

Nothing is deleted (large_bench_project/ is still needed for the benchmark task) and no tracked file is newly ignored (verified). Untracked entries: 12 β†’ 4, the remainder being genuine scripts/assets.

πŸ€– Generated with Claude Code

The working tree carried 12 untracked entries totalling ~350 MB β€” none of them
ignored, so `git add -A` would have committed the lot:

  dist/ (packaged release tree), test_install_dir/ (installer test output),
  test_rpp/ (RPP scratch project), tools/ (downloaded NSIS + 7zr),
  memory/ (local agent build notes), large_bench_project/ (generated 101-TU
  benchmark corpus with four build dirs), suco_test_log.txt,
  packaging/windows/*.exe (built installers)

Also ignores src/common/suco_version.h: CMake generates that header into
build/generated, so a copy in the source tree is stale by construction and can
shadow the real one.

Nothing is deleted β€” large_bench_project/ is still needed for the benchmark task.
Verified no tracked file is newly ignored. Untracked entries: 12 -> 4 (the four
remaining are genuine scripts/assets someone may still want to commit).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@MicBur
MicBur merged commit a770e6c into main Aug 4, 2026
8 checks passed
@MicBur
MicBur deleted the chore/gitignore-build-artefacts branch August 4, 2026 06:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant