diff options
author | Matthew Heon <mheon@redhat.com> | 2018-05-30 09:47:52 -0400 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-05-30 17:06:22 +0000 |
commit | 66a5bc0b72aba4baf9f6d410019228548be87dc2 (patch) | |
tree | d99420e924ab3e4d305d5128a5be1f6c21eab8df | |
parent | 9ace06e0c2ca7f416b6b3f7252791013306dd4f9 (diff) | |
download | podman-66a5bc0b72aba4baf9f6d410019228548be87dc2.tar.gz podman-66a5bc0b72aba4baf9f6d410019228548be87dc2.tar.bz2 podman-66a5bc0b72aba4baf9f6d410019228548be87dc2.zip |
Update .gitignore for Varlink code and gopathok
Signed-off-by: Matthew Heon <mheon@redhat.com>
Closes: #847
Approved by: rhatdan
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 37ffde3b9..2ea832cde 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ .nfs* .ropeproject __pycache__ +/cmd/podman/varlink/ioprojectatomicpodman.go +.gopathok |