diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-27 23:21:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-27 23:21:25 -0700 |
commit | 01a802e54682213e243a35ab98488b3f0bf7031e (patch) | |
tree | 1f7af2d13227bca6f37436366b7a71177d82f778 /.gitignore | |
parent | e87012de126a701a5afce73bea3811a540059f65 (diff) | |
parent | 437d9d2cdeae7ffa01dbe06f96d155f1da36a689 (diff) | |
download | podman-01a802e54682213e243a35ab98488b3f0bf7031e.tar.gz podman-01a802e54682213e243a35ab98488b3f0bf7031e.tar.bz2 podman-01a802e54682213e243a35ab98488b3f0bf7031e.zip |
Merge pull request #4118 from cevich/fix_sig_proxy
Move noCache logic lower in stack
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d3e56ecdf..598384582 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ /test/bin2img/bin2img /test/checkseccomp/checkseccomp /test/copyimg/copyimg +/test/goecho/goecho /build/ .nfs* .ropeproject |