diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-05 15:40:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 15:40:19 -0400 |
commit | 83ef2c721ad438256b136b3491e504a6e70b64c9 (patch) | |
tree | f6de5a7db4fb79801d607eb4c1fb0c1553341b90 /vendor/github.com/klauspost/compress/.gitignore | |
parent | 8081d921b2bf39a418155a6822e55f3392ad63f6 (diff) | |
parent | d57bbdb5cd24966a4a6f01dbdea6b17a6ef2965b (diff) | |
download | podman-83ef2c721ad438256b136b3491e504a6e70b64c9.tar.gz podman-83ef2c721ad438256b136b3491e504a6e70b64c9.tar.bz2 podman-83ef2c721ad438256b136b3491e504a6e70b64c9.zip |
Merge pull request #14127 from rhatdan/v4.1
Vendor in containers/buildah@v1.26.1
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 |