Re: RFR: 8305721: add `make compile-commands` artifacts to .gitignore

2023-04-08 Thread Julian Waters
On Thu, 6 Apr 2023 23:59:55 GMT, Joshua Cao wrote: > `make compile-commands` produces > > * `compile-commands.json` - so clangd knows how to build the project > * `.cache` - I believe clangd uses this as an indexing cache > > Tested by confirming artifacts are not shown when running `git status

Re: RFR: 8305721: add `make compile-commands` artifacts to .gitignore

2023-04-07 Thread Erik Joelsson
On Thu, 6 Apr 2023 23:59:55 GMT, Joshua Cao wrote: > `make compile-commands` produces > > * `compile-commands.json` - so clangd knows how to build the project > * `.cache` - I believe clangd uses this as an indexing cache > > Tested by confirming artifacts are not shown when running `git status

RFR: 8305721: add `make compile-commands` artifacts to .gitignore

2023-04-06 Thread Joshua Cao
`make compile-commands` produces * `compile-commands.json` - so clangd knows how to build the project * `.cache` - I believe clangd uses this as an indexing cache Tested by confirming artifacts are not shown when running `git status`. - Commit messages: - 8305721: add `make compile