From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 6F60015827B for ; Wed, 20 Aug 2025 16:45:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 59863340DCD for ; Wed, 20 Aug 2025 16:45:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3CFE9110280; Wed, 20 Aug 2025 16:45:39 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 2ECAB110280 for ; Wed, 20 Aug 2025 16:45:39 +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 CDF65340DB7 for ; Wed, 20 Aug 2025 16:45:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3210734C1 for ; Wed, 20 Aug 2025 16:45:37 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1755708322.fd7ea5796ff39259d43deaa3775ebf47ad2bc713.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: / X-VCS-Repository: proj/portage-utils X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: fd7ea5796ff39259d43deaa3775ebf47ad2bc713 X-VCS-Branch: master Date: Wed, 20 Aug 2025 16:45:37 +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: 36949942-d0f2-4869-a36e-1935f9f1a533 X-Archives-Hash: 5f31d7328b06fc420c99162ee971a1ee commit: fd7ea5796ff39259d43deaa3775ebf47ad2bc713 Author: Fabian Groffen gentoo org> AuthorDate: Wed Aug 20 16:45:22 2025 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Wed Aug 20 16:45:22 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=fd7ea579 .gitignore: ignore qwhich Signed-off-by: Fabian Groffen gentoo.org> .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a30c12d..3238608 100644 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,5 @@ Makefile /qtbz2 /qtegrity /quse +/qwhich /qxpak