comparison .gitignore @ 28025:18892907cef7 v8.2.4537

patch 8.2.4537: output from linter and language server shows up in git Commit: https://github.com/vim/vim/commit/48f83c31d14702b40ad0bf3c61091871d9db072d Author: =?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com> Date: Thu Mar 10 15:51:24 2022 +0000 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 https://github.com/vim/vim/issues/9925)
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Mar 2022 17:00:03 +0100
parents 2e6cc2bf37d8
children 73d490493dc6
comparison
equal deleted inserted replaced
28024:692743237166 28025:18892907cef7
94 src/shadow 94 src/shadow
95 src/shadow-* 95 src/shadow-*
96 src/runtime 96 src/runtime
97 src/pixmaps 97 src/pixmaps
98 98
99 # other possible files build by tools 99 # other files possibly created by tools
100 src/cscope.out 100 src/cscope.out
101
102 # Linter/language server files
103 /.cache/clangd/
104 /.ccls-cache/
105 /compile_commands.json