From patchwork Mon Nov 28 19:18:28 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6209 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4NLZy12vDdz3xfS for ; Mon, 28 Nov 2022 19:18:33 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4NLZy02QnRzPv; Mon, 28 Nov 2022 19:18:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLZy01TYCz2xBD; Mon, 28 Nov 2022 19:18:32 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NLZxy2KvCz2xBD for ; Mon, 28 Nov 2022 19:18:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4NLZxx4ddpzPv for ; Mon, 28 Nov 2022 19:18:29 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669663109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0vEqpAJk9My2gV5PMYqrDWI/nxf21ZwJkhMlbp2JNVg=; b=ahUAa5hrKF9uDeVdLvWm/sqHFdIWkvwc7cbNlAqsXBSI1IOXCGyPgqFse+s0rzmdMk8h0r Hy1hv4HdwcCX3SAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669663109; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=0vEqpAJk9My2gV5PMYqrDWI/nxf21ZwJkhMlbp2JNVg=; b=qsAkYr3IA61FR7HmABaoFfmdNiFDeptDxWY72UMmXU4GXX/18dwFfECR9PgnbM6lgemT5d vwo9IjQDk9z0Usua3VDhOf1/ueI9HAKAXe4D3AAmWjI6f4lyyigQAgUsOmvbHupbydr0sp +jkAoimJpfYYUNWLKIH/vu7t3KpO6obZDSNt9RRrRKYZFc2aNURGQrUpCBLNS14Yq9iuzq BUA4G3VUTuIRNrmDVTUVaMvrrRQ2TxkqAfTrOz3kJm82ohn7bHXNapu6kx5n0NtKWHMG1Z J+mG9WhQW/UpMsW74gKvZsm6hzLqxxpwjpxmFJ9EWl+v9yNd8DKXOAGr9xqxNw== Message-ID: <9b236871-c5b9-d085-862b-d3f97bac5a97@ipfire.org> Date: Mon, 28 Nov 2022 20:18:28 +0100 MIME-Version: 1.0 Content-Language: en-US To: pakfire@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] .gitignore: Ignore ~/tests/stub/root X-BeenThere: pakfire@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Mailinglist for the Pakfire Build System." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: pakfire-bounces@lists.ipfire.org Sender: "Pakfire" Signed-off-by: Peter Müller --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 930f569d..2444915b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ /tests/libpakfire/snapshot /tests/libpakfire/string /tests/libpakfire/util +/tests/stub/root /tmp *.py[co] /*.tar.bz2