Skip to content

Commit 499192d

Browse files
gitignore: the C build folder a self compile leaves behind
A self compile parks its generated C in .<binary>.v3cc.<token> next to the binary and does not always remove it, so a 73 MB folder shows up as untracked after `./v self`.
1 parent 0ec53c9 commit 499192d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,3 +174,6 @@ issue*
174174
.copilot/
175175
.agents/
176176
.codex/
177+
178+
# the C build folder a self compile leaves behind (driver.v names it .<binary>.v3cc.<token>)
179+
.*.v3cc.*

0 commit comments

Comments
 (0)