To: vim_dev@googlegroups.com Subject: Patch 8.2.4537 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4537 Problem: Output from linter and language server shows up in git. Solution: Add patterns to .gitignore. (Goc Dundar, closes #9925) Files: .gitignore *** ../vim-8.2.4536/.gitignore 2021-05-24 17:48:00.756582853 +0100 --- .gitignore 2022-03-10 15:48:03.329053571 +0000 *************** *** 96,100 **** src/runtime src/pixmaps ! # other possible files build by tools src/cscope.out --- 96,105 ---- src/runtime src/pixmaps ! # other files possibly created by tools src/cscope.out + + # Linter/language server files + /.cache/clangd/ + /.ccls-cache/ + /compile_commands.json *** ../vim-8.2.4536/src/version.c 2022-03-10 13:29:16.912279861 +0000 --- src/version.c 2022-03-10 15:49:31.012893623 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4537, /**/ -- hundred-and-one symptoms of being an internet addict: 222. You send more than 20 personal e-mails a day. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///