commit: 762f31ff620eb822ae4ca43c5dc2a62ca621f5fe Author: Florian Sowade <f.sowade <AT> r9e <DOT> de> AuthorDate: Wed Feb 15 13:24:42 2017 +0000 Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> 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 <f.sowade <AT> r9e.de> Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> 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