9c44933b58
Instead of requiring the developer to set up their own GOPATH somewhere, do like Kubernetes and OpenShift Origin do: git clone xxxxx cd xxxxx make by creating an _output/ directory and linking the local source tree into it, and setting that to be the GOPATH. Signed-off-by: Dan Williams <dcbw@redhat.com>
18 lines
259 B
Text
18 lines
259 B
Text
/.artifacts/
|
|
/_output/
|
|
/conmon/conmon
|
|
/conmon/conmon.o
|
|
/docs/*.[158]
|
|
/docs/*.[158].gz
|
|
/kpod
|
|
/ocic
|
|
/ocid
|
|
/ocid.conf
|
|
*.orig
|
|
/pause/pause
|
|
/pause/pause.o
|
|
*.rej
|
|
/test/bin2img/bin2img
|
|
/test/checkseccomp/checkseccomp
|
|
/test/copyimg/copyimg
|
|
/test/testdata/redis-image
|