On Mon, 23 Sep 2024, John B. Wyatt IV wrote: > compile_commands.json is needed to use the LSP functionality in > VSCode, Emacs, and Neovim. It is build specific so add it to the > gitignore. > > Signed-off-by: John B. Wyatt IV <jwyatt@xxxxxxxxxx> > Signed-off-by: John B. Wyatt IV <sageofredondo@xxxxxxxxx> > --- > .gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/.gitignore b/.gitignore > index 9d30878..1fa2677 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -47,5 +47,6 @@ rt-tests.spec > tags > TAGS > cscope.* > +compile_commands.json > src/cyclictest/__pycache__/ > __pycache__/ > -- > 2.46.0 > > > Signed-off-by: John Kacur <jkacur@xxxxxxxxxx>