diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-26 17:11:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 17:11:12 +0200 |
commit | 67926d86b50973d6cb0d8e953583441c8cb2fecf (patch) | |
tree | 96cd0c416100c4373eedc6b843bb430b2fcbc180 /.gitignore | |
parent | 6240bd41cbaae6b02c773a57dc05fc2eba0f8285 (diff) | |
parent | 04f2f95bb4ffae161ff0e7f01e381d6c7296fe14 (diff) | |
download | podman-67926d86b50973d6cb0d8e953583441c8cb2fecf.tar.gz podman-67926d86b50973d6cb0d8e953583441c8cb2fecf.tar.bz2 podman-67926d86b50973d6cb0d8e953583441c8cb2fecf.zip |
Merge pull request #3824 from baude/varlinkendpointtest
Create framework for varlink endpoint integration tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4f1100d8e..2d984cb5a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ __pycache__ test/e2e/e2e.coverprofile /podman*zip podman*.tar.gz +.idea* |