diff options
Diffstat (limited to 'gui/.gitignore')
| -rw-r--r-- | gui/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/.gitignore b/gui/.gitignore index b10d965..7613431 100644 --- a/gui/.gitignore +++ b/gui/.gitignore @@ -1,3 +1,12 @@ # cross-compiled guest binaries *.9 probe/hello-go1.* + +# "go build ./cmd/x" drops the binary in the current directory +/spike +/hello +/text +/cal +cmd/*/spike +cmd/*/hello +cmd/*/text |
