diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-10 13:00:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 13:00:34 +0000 |
commit | f7de8bc8096f3dfdf25a4b08b0b933a43192218c (patch) | |
tree | 26b11a9881829efcc636cd29515a7c22d85621f3 /vendor/github.com/klauspost/compress/.gitignore | |
parent | 6f61e229911e399d92f8fbe0574654f308f73b39 (diff) | |
download | podman-f7de8bc8096f3dfdf25a4b08b0b933a43192218c.tar.gz podman-f7de8bc8096f3dfdf25a4b08b0b933a43192218c.tar.bz2 podman-f7de8bc8096f3dfdf25a4b08b0b933a43192218c.zip |
Bump github.com/containers/storage from 1.33.1 to 1.34.0
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.33.1 to 1.34.0.
- [Release notes](https://github.com/containers/storage/releases)
- [Changelog](https://github.com/containers/storage/blob/main/docs/containers-storage-changes.md)
- [Commits](https://github.com/containers/storage/compare/v1.33.1...v1.34.0)
---
updated-dependencies:
- dependency-name: github.com/containers/storage
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/klauspost/compress/.gitignore')
-rw-r--r-- | vendor/github.com/klauspost/compress/.gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/github.com/klauspost/compress/.gitignore b/vendor/github.com/klauspost/compress/.gitignore new file mode 100644 index 000000000..b35f8449b --- /dev/null +++ b/vendor/github.com/klauspost/compress/.gitignore @@ -0,0 +1,25 @@ +# Compiled Object files, Static and Dynamic libs (Shared Objects) +*.o +*.a +*.so + +# Folders +_obj +_test + +# Architecture specific extensions/prefixes +*.[568vq] +[568vq].out + +*.cgo1.go +*.cgo2.c +_cgo_defun.c +_cgo_gotypes.go +_cgo_export.* + +_testmain.go + +*.exe +*.test +*.prof +/s2/cmd/_s2sx/sfx-exe |