]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4537: output from linter and language server shows up in git v8.2.4537
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>
Thu, 10 Mar 2022 15:51:24 +0000 (15:51 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 10 Mar 2022 15:51:24 +0000 (15:51 +0000)
Problem:    Output from linter and language server shows up in git.
Solution:   Add patterns to .gitignore. (Goc Dundar, closes #9925)

.gitignore
src/version.c

index 8b28377821992813bf2e1c4fe44bbcd7dbe754ff..72143d9e79c3a9f5c6bf718ced22c253497e6c5d 100644 (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
index 7856aedc8cee75541ceed29078cb1b09e211bf4e..6aa798f67e1a34f8187e83a9522e4d449a6e640f 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4537,
 /**/
     4536,
 /**/