From 766be2624ca345ff91f8a01c6af9ed62b19d6044 Mon Sep 17 00:00:00 2001 From: Gustavo Ramos Rehermann Date: Wed, 26 Jun 2024 17:41:11 -0300 Subject: Add compile_commands.json CMake script, and Lapce runners (#302) * Add Lapce runner to run CMake This is necessary to generate the compile_commands.json file which clangd uses to be able to load libaries like gtkmm. * Move compile_commands generation script into separate file * Add more Lapce run settings * Set execute bit on gen_compile_commands.sh * Move Lapce run files to .lapce --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index e47837d..b28524f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +# Build directory contents +build/* + # User-specific files *.rsuser *.suo -- cgit v1.2.3