commit: 679d026ac3eb324de0763490832739e228e75bee Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue Dec 1 11:12:19 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue Dec 1 11:12:19 2020 +0000 URL: https://gitweb.gentoo.org/proj/apache.git/commit/?id=679d026a
Add xz compressed tarballs to .gitignore Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bb6dce2..f0818d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ gentoo-apache-*.tar.bz2 +gentoo-apache-*.tar.xz
