From 48f83c31d14702b40ad0bf3c61091871d9db072d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=3D=3FUTF-8=3Fq=3FDundar=3D20G=3DC3=3DB6c=3F=3D?= Date: Thu, 10 Mar 2022 15:51:24 +0000 Subject: 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) --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8b28377821..72143d9e79 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3