mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) from 0.5.10 to 0.5.11. - [Release notes](https://github.com/ulikunitz/xz/releases) - [Commits](https://github.com/ulikunitz/xz/compare/v0.5.10...v0.5.11) --- updated-dependencies: - dependency-name: github.com/ulikunitz/xz dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
278 B
Plaintext
28 lines
278 B
Plaintext
# .gitignore
|
|
|
|
TODO.html
|
|
README.html
|
|
|
|
lzma/writer.txt
|
|
lzma/reader.txt
|
|
|
|
cmd/gxz/gxz
|
|
cmd/xb/xb
|
|
|
|
# test executables
|
|
*.test
|
|
|
|
# profile files
|
|
*.out
|
|
|
|
# vim swap file
|
|
.*.swp
|
|
|
|
# executables on windows
|
|
*.exe
|
|
|
|
# default compression test file
|
|
enwik8*
|
|
|
|
# file generated by example
|
|
example.xz |