HomeFreeBSD

gitignore: Add compile_commands.json

Description

gitignore: Add compile_commands.json

The purpose of this change is to make sure no one would accidentally
include their own workspace leftover into a commit.

compile_commands.json is a generated file which contains build commands.
The file is consumed by Language Servers such as clangd and ccls.

Sponsored by: The FreeBSD Foundation
Reviewed by: lwhsu
Differential Revision: https://reviews.freebsd.org/D26514

Details

Provenance
khngAuthored on Jun 4 2021, 8:04 AM
Reviewer
lwhsu
Differential Revision
D26514: gitignore: Add compile_commands.json
Parents
rG681500889424: wpa: Fix GCC 6 build
Branches
Unknown
Tags
Unknown