diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-17 19:05:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 19:05:42 +0000 |
commit | a7a55ea7fb18bdcda8c310fadcacb77dd2a9e90a (patch) | |
tree | 3bb2ab6ca5c946979026e16589959cdb0180a858 /.gitignore | |
parent | 7abc8d40d01541766387b61893b3ec80770556a6 (diff) | |
parent | 1f632f35727f91558049d3b7ee78d9952c8bddb2 (diff) | |
download | podman-a7a55ea7fb18bdcda8c310fadcacb77dd2a9e90a.tar.gz podman-a7a55ea7fb18bdcda8c310fadcacb77dd2a9e90a.tar.bz2 podman-a7a55ea7fb18bdcda8c310fadcacb77dd2a9e90a.zip |
Merge pull request #11231 from flouthoc/move-volume-dest-to-server
volume: move validating volume dest from client to server.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0a3caf8ca..08e5309ee 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ release.txt /test/goecho/goecho /test/testvol/testvol .vscode* +tags result # Necessary to prevent hack/tree-status.sh false-positive /*runner_stats.log |