From ec014df4f2e69bdc0f323e5728950f8e1e59e19a Mon Sep 17 00:00:00 2001 From: Willow Liquorice Date: Sat, 27 Aug 2022 23:19:34 +0100 Subject: -Added .clangd/ and compile_commands.json to top level .gitignore: by-products of Language Server use. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 034961090..de953654e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,11 +11,13 @@ *.swp *.trs *.kdev4 +.clangd/ .deps/ .libs/ .svn/ Makefile Makefile.in +compile_commands.json aclocal.m4 autom4te.cache/ compile -- cgit v1.2.3