From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C8A96158064 for ; Wed, 1 May 2024 18:13:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6179E2ABC; Wed, 1 May 2024 18:13:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C79E8E2ABC for ; Wed, 1 May 2024 18:13:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC88D34302B for ; Wed, 1 May 2024 18:13:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB9D893E for ; Wed, 1 May 2024 18:13:40 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1714586979.9a0e3ba12c89e406f580b32d7df56d1462357526.bkohler@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: .gitignore genkernel-4.3.13.tar.xz X-VCS-Directories: / X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 9a0e3ba12c89e406f580b32d7df56d1462357526 X-VCS-Branch: master Date: Wed, 1 May 2024 18:13:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec8812db-52f0-4569-83ee-98b5c69ac61e X-Archives-Hash: 524f73c4d8b91ba4ad32b75b48835c0e commit: 9a0e3ba12c89e406f580b32d7df56d1462357526 Author: Ben Kohler gentoo org> AuthorDate: Wed May 1 18:09:39 2024 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed May 1 18:09:39 2024 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=9a0e3ba1 .gitignore: ignore .tar.xz releases as well Signed-off-by: Ben Kohler gentoo.org> .gitignore | 1 + genkernel-4.3.13.tar.xz | Bin 469464 -> 0 bytes 2 files changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f55fd0c..75e2eda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /genkernel.8 /genkernel-*.tar.bz2 +/genkernel-*.tar.xz /ChangeLog /arch/*/generated-config diff --git a/genkernel-4.3.13.tar.xz b/genkernel-4.3.13.tar.xz deleted file mode 100644 index 90de392..0000000 Binary files a/genkernel-4.3.13.tar.xz and /dev/null differ