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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220310155304.CB52A1C0EE1%40moolenaar.net.