8 lines
551 B
Text
8 lines
551 B
Text
# Build artifacts of `go build ./cmd/<x>/` run from THIS directory. go build puts the binary where it is
|
|
# invoked, and a session probing that a package still compiles types exactly that — so the artifact lands
|
|
# here, untracked, and shows up as a position in `git status` that is not work. Measured 07.09: a stray
|
|
# `tmmutate` sat there as the 40th position of a hand-off. bin/ (what the Makefile writes) is covered by
|
|
# the repository .gitignore; these three are what an ad-hoc build drops, and no Makefile can prevent it.
|
|
/tmctl
|
|
/tmvet
|
|
/tmmutate
|