patch 8.2.4537: output from linter and language server shows up in git

Problem:    Output from linter and language server shows up in git.
Solution:   Add patterns to .gitignore. (Goc Dundar, closes #9925)
This commit is contained in:
=?UTF-8?q?Dundar=20G=C3=B6c?=
2022-03-10 15:51:24 +00:00
committed by Bram Moolenaar
parent cf6662082f
commit 48f83c31d1
2 changed files with 8 additions and 1 deletions

7
.gitignore vendored
View File

@ -96,5 +96,10 @@ src/shadow-*
src/runtime
src/pixmaps
# other possible files build by tools
# other files possibly created by tools
src/cscope.out
# Linter/language server files
/.cache/clangd/
/.ccls-cache/
/compile_commands.json

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4537,
/**/
4536,
/**/