`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-commands` artifacts to .gitignore

Changes: https://git.openjdk.org/jdk/pull/13381/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=13381&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8305721
  Stats: 2 lines in 1 file changed: 2 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/13381.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/13381/head:pull/13381

PR: https://git.openjdk.org/jdk/pull/13381

Reply via email to