Gentoo Archives: gentoo-commits

From: Vadim Misbakh-Soloviov <mva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: /
Date: Sun, 07 Feb 2021 00:29:03
Message-Id: 1612657726.762f31ff620eb822ae4ca43c5dc2a62ca621f5fe.mva@gentoo
1 commit: 762f31ff620eb822ae4ca43c5dc2a62ca621f5fe
2 Author: Florian Sowade <f.sowade <AT> r9e <DOT> de>
3 AuthorDate: Wed Feb 15 13:24:42 2017 +0000
4 Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 7 00:28:46 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=762f31ff
7
8 add tags file to gitignore
9
10 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.
11
12 Signed-off-by: Florian Sowade <f.sowade <AT> r9e.de>
13 Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
14
15 .gitignore | 2 ++
16 1 file changed, 2 insertions(+)
17
18 diff --git a/.gitignore b/.gitignore
19 new file mode 100644
20 index 0000000..c488e6a
21 --- /dev/null
22 +++ b/.gitignore
23 @@ -0,0 +1,2 @@
24 +# Copyright 2017-2020 Gentoo Authors
25 +/doc/tags