From cd8fd107887bf24ae75fe53c360f4bc5800c3654 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sun, 15 Oct 2023 10:47:41 +0100 Subject: build: remove compile_commands.json --- Makefile.autosetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.autosetup b/Makefile.autosetup index 908727e2d..ade192f46 100644 --- a/Makefile.autosetup +++ b/Makefile.autosetup @@ -912,7 +912,7 @@ uninstall: $(UNINSTALL_TARGETS) distclean: clean $(RM) $(DEPFILES) jimsh0 config.h config.log conststrings.c \ contrib/Makefile docs/Makefile docs/neomutt.1 html Makefile po/Makefile \ - test/Makefile .clang_complete + test/Makefile .clang_complete compile_commands.json $(RM) *.gc?? */*.gc?? test/*/*.gc?? $(RM) *.expand */*.expand test/*/*.expand $(RM) coverage.info coverage -- cgit v1.2.3