mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
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:
committed by
Bram Moolenaar
parent
cf6662082f
commit
48f83c31d1
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
4537,
|
||||
/**/
|
||||
4536,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user