summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>2022-03-10 15:51:24 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-10 15:51:24 +0000
commit48f83c31d14702b40ad0bf3c61091871d9db072d (patch)
treea5b75b692bd3b5529b02797cd7c5a31adb1ae5b8 /.gitignore
parentcf6662082f89de3458c69c4390055ab99aa7dd22 (diff)
downloadvim-git-48f83c31d14702b40ad0bf3c61091871d9db072d.tar.gz
patch 8.2.4537: output from linter and language server shows up in gitv8.2.4537
Problem: Output from linter and language server shows up in git. Solution: Add patterns to .gitignore. (Goc Dundar, closes #9925)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8b2837782..72143d9e7 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