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 AA6B413835A for ; Sun, 7 Feb 2021 00:29:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7CFAE085B; Sun, 7 Feb 2021 00:29:02 +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 BCAAFE085B for ; Sun, 7 Feb 2021 00:29:02 +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 9B43A34369F for ; Sun, 7 Feb 2021 00:29:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 549D44C1 for ; Sun, 7 Feb 2021 00:29:00 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1612657726.762f31ff620eb822ae4ca43c5dc2a62ca621f5fe.mva@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: / X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 762f31ff620eb822ae4ca43c5dc2a62ca621f5fe X-VCS-Branch: master Date: Sun, 7 Feb 2021 00:29:00 +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: 63f5b1ab-fa98-4df0-bd8f-77abe074274d X-Archives-Hash: dba151d4a2a43e6fbca08f10b38a060c commit: 762f31ff620eb822ae4ca43c5dc2a62ca621f5fe Author: Florian Sowade r9e de> AuthorDate: Wed Feb 15 13:24:42 2017 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Sun Feb 7 00:28:46 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=762f31ff add tags file to gitignore I use this plugin directly from the git repository without running make install. Generating the helptags for this plugin produces the file /doc/tags so I have local changes after generating the help tags. Adding the file to gitignore fixes the problem. Signed-off-by: Florian Sowade r9e.de> Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c488e6a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Copyright 2017-2020 Gentoo Authors +/doc/tags