Skip to content

Commit 466ace3

Browse files
committed
chore: add intermediate build artifacts to .gitignore
Add patterns for ccomptime intermediate files generated during compilation: - .cc-runner-defs.c - runner definitions - .cc-runner-main.c - runner main code - .cct-final.c - final processed source - .cct-runner - runner executable - .comptime_safe.c - comptime-safe version of source These are build artifacts that should not be tracked.
1 parent e96a731 commit 466ace3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ tests/**/out
77
*.dSYM
88
test
99
tests/**/*.c.h
10+
tests/**/*.cc-runner-defs.c
11+
tests/**/*.cc-runner-main.c
12+
tests/**/*.cct-final.c
13+
tests/**/*.cct-runner
14+
tests/**/*.comptime_safe.c
1015
.DS_Store

0 commit comments

Comments
 (0)