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 91A2B138359 for ; Thu, 7 May 2020 15:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEC57E08AA; Thu, 7 May 2020 15:04:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B5D7DE08AA for ; Thu, 7 May 2020 15:04:16 +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 9D7E034F4D7 for ; Thu, 7 May 2020 15:04:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FC641D6 for ; Thu, 7 May 2020 15:04:14 +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: <1588863758.70e253d03fab3999d7b6e9a08772dc8e9c2aadc2.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: 70e253d03fab3999d7b6e9a08772dc8e9c2aadc2 X-VCS-Branch: dev Date: Thu, 7 May 2020 15:04:14 +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: 32e81d2c-4b56-43cd-a19f-93c8e37aecc6 X-Archives-Hash: 7257cd030bf98e646bb827b95a74910a commit: 70e253d03fab3999d7b6e9a08772dc8e9c2aadc2 Author: Maciej Barć protonmail com> AuthorDate: Thu May 7 15:02:38 2020 +0000 Commit: Maciej Barć protonmail com> CommitDate: Thu May 7 15:02:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70e253d0 add gitignore Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Maciej Barć protonmail.com> .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e06ede --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.swp +*~ +,* +.idea/ +.vscode/ +.~lock.* +/.ebuild.x +/distfiles/ +/eclass/*.5 +/local/ +/packages/ +/profiles/use.local.desc