Skip to content

chore: ignore build_*/ output directories#15

Merged
Hayden727 merged 1 commit into
masterfrom
chore/gitignore-build-dirs
Apr 29, 2026
Merged

chore: ignore build_*/ output directories#15
Hayden727 merged 1 commit into
masterfrom
chore/gitignore-build-dirs

Conversation

@Hayden727

Copy link
Copy Markdown
Owner

Summary

Adds build_*/ to .gitignore so common per-config out-of-source build dirs (e.g. build_cpu/, build_cuda/, build_debug/) don't show up as untracked. The existing build/ line covers only the default name.

Surfaced by the Codex local review on PR #13 as a P2 hygiene note.

Test plan

  • git status no longer shows build_cpu/ after running cmake -S . -B build_cpu …
  • build/ and cmake-build-*/ patterns still match as before

@Hayden727 Hayden727 merged commit a80f6aa into master Apr 29, 2026
7 checks passed
@Hayden727 Hayden727 deleted the chore/gitignore-build-dirs branch April 29, 2026 05:31
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