This website requires JavaScript.
Explore
Help
Sign In
jasder
/
runc
Watch
1
Star
0
Fork
You've already forked runc
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
d8482f3577
runc
/
.gitignore
4 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add vendor/pkg to gitignore It's auto generated by go install, we should ignore them. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-05-06 21:38:32 +08:00
vendor/pkg
Make runc buildable everywhere Currently we need to clone github.com/opencontainers/runc to GOPATH so we can make it, it's not friendly for developers. We can resolve it by vendoring itself as a symlink in GOPATH. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-10-12 19:17:58 +08:00
/runc
Godeps/_workspace/src/github.com/opencontainers/runc