diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-05 13:48:33 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-05-05 13:52:09 -0400 |
commit | fbab06796a4c9bc17d65259c7d6c85a483e9aefb (patch) | |
tree | ed85d52f8558b6177813612a7d73fbb426b23517 /vendor/github.com/klauspost/compress/.gitignore | |
parent | ee4e0aa43e963c2e42b1cc8298aaa9443f8f2b03 (diff) | |
download | podman-fbab06796a4c9bc17d65259c7d6c85a483e9aefb.tar.gz podman-fbab06796a4c9bc17d65259c7d6c85a483e9aefb.tar.bz2 podman-fbab06796a4c9bc17d65259c7d6c85a483e9aefb.zip |
Vendor in containers/buildah@v1.26.1
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/klauspost/compress/.gitignore')
-rw-r--r-- | vendor/github.com/klauspost/compress/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/github.com/klauspost/compress/.gitignore b/vendor/github.com/klauspost/compress/.gitignore index b35f8449b..d31b37815 100644 --- a/vendor/github.com/klauspost/compress/.gitignore +++ b/vendor/github.com/klauspost/compress/.gitignore @@ -23,3 +23,10 @@ _testmain.go *.test *.prof /s2/cmd/_s2sx/sfx-exe + +# Linux perf files +perf.data +perf.data.old + +# gdb history +.gdb_history |