summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore7
-rw-r--r--src/version.c2
2 files changed, 8 insertions, 1 deletions
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
diff --git a/src/version.c b/src/version.c
index 7856aedc8c..6aa798f67e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4537,
+/**/
4536,
/**/
4535,