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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 05E911382C5 for ; Fri, 22 Jan 2021 12:48:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DDD1E087E; Fri, 22 Jan 2021 12:48:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4C47E087E for ; Fri, 22 Jan 2021 12:48:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54C42335D36 for ; Fri, 22 Jan 2021 12:48:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2E8853 for ; Fri, 22 Jan 2021 12:48:10 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1611319666.8954a1d4b6fe0e3471b7defa9d4f85ee3c9a2111.xgqt@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: / X-VCS-Repository: repo/proj/guru X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8954a1d4b6fe0e3471b7defa9d4f85ee3c9a2111 X-VCS-Branch: dev Date: Fri, 22 Jan 2021 12:48:10 +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: bb0e81cb-5562-4a4d-8e5e-bd7acb89b5bc X-Archives-Hash: d16257e09769cda0c6c204c181188132 commit: 8954a1d4b6fe0e3471b7defa9d4f85ee3c9a2111 Author: Maciej Barć protonmail com> AuthorDate: Fri Jan 22 12:47:46 2021 +0000 Commit: Maciej Barć protonmail com> CommitDate: Fri Jan 22 12:47:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8954a1d4 gitignore: add some more trash Signed-off-by: Maciej Barć protonmail.com> .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 6e06edea..8fbf5570 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,15 @@ +*.log *.swp *~ ,* .idea/ +.vs/ .vscode/ .~lock.* /.ebuild.x /distfiles/ /eclass/*.5 /local/ +/metadata/md5-cache /packages/ /profiles/use.local.desc