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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24ED3158232 for ; Sun, 8 Dec 2024 03:19:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 535EAE107E; Sun, 8 Dec 2024 03:19:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3236AE107E for ; Sun, 8 Dec 2024 03:19:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E310335DEB for ; Sun, 8 Dec 2024 03:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7451AED for ; Sun, 8 Dec 2024 03:19:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1733627978.5f2d53d52e160c8bb9fa2fc6a03b8a2308120561.sam@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f2d53d52e160c8bb9fa2fc6a03b8a2308120561 X-VCS-Branch: master Date: Sun, 8 Dec 2024 03:19:49 +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: 19c72ba6-ca13-4508-8a6b-85d6369c612d X-Archives-Hash: ea034ae7431a424d0b98d5ee9daa33c7 commit: 5f2d53d52e160c8bb9fa2fc6a03b8a2308120561 Author: Sam James gentoo org> AuthorDate: Sun Dec 8 03:19:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 8 03:19:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=5f2d53d5 .gitignore: ignore test temporary directories For example... tests/TMP-test.select-insane-rw-multi-native-configs/ tests/TMP-test.select-rw-multi-native-configs/ tests/TMP-test.use-old-rw-multi-native-configs/ Signed-off-by: Sam James gentoo.org> .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 44ddfac..c5579e7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ /.c89 /.c99 /.gcc-config + +tests/TMP-*