tools: add compile_commands to ignore file

For developing c++ source files, clangd generates an index file for
project via `./configure -C`. We can safely ignore the file from
tracking.

PR-URL: https://github.com/nodejs/node/pull/41580
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
Yash Ladha 2022-01-24 20:09:31 +05:30 committed by GitHub
parent 49ba2104c4
commit 3ee8c3e45e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -159,3 +159,6 @@ install_manifest.txt
__pycache__
.DS_Store
*~
# === Rules for C++ development ===
compile_commands.json