From d6e18ae3ec25d8f8641f11197766254342cef150 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 14 Oct 2020 16:36:53 +0200 Subject: [PATCH] [ADD][GIT] More files to ignore --- git/.config/git/ignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/git/.config/git/ignore b/git/.config/git/ignore index 87d5aea..ddd567d 100644 --- a/git/.config/git/ignore +++ b/git/.config/git/ignore @@ -20,3 +20,9 @@ compile_commands.json # Debugger files .gdb_history + +# LSP cache +.clangd/ + +# Swap and backup files +*~