From d2d4a0251ee55b88d9c2526d1674e8541b4beabe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 26 May 2020 21:07:52 +0200 Subject: [PATCH] .gitignore: add emacs lsp-mode files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c2fc6512f..cf00b5c57 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ /output/ __pycache__/ + +/.clangd/ +/compile_commands.json