commit: 9c3a32b22847b9722cd7df893e2d258bf2d48580 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Mar 16 22:27:10 2021 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Mar 16 22:27:10 2021 +0000 URL: https://gitweb.gentoo.org/proj/rpm2targz.git/commit/?id=9c3a32b2
build: ignore release tarballs Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f0b906a..1963a75 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ core *.orig *.rej +/rpm2targz-*.tar.xz + /rpm2tar /rpm2tarbz2 /rpm2tarlzma
