Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYash Ladha <18033231+yashLadha@users.noreply.github.com>2022-01-24 17:39:31 +0300
committerGitHub <noreply@github.com>2022-01-24 17:39:31 +0300
commit3ee8c3e45e5f38126f6cb2b181fc3c88d96f0503 (patch)
treea61f65a5df1cb62ebf8de544068d55da0a79559a /.gitignore
parent49ba2104c495935bc83390dc8c4cd82bd4c24db9 (diff)
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a575a4475b4..bc986b3c4c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -159,3 +159,6 @@ install_manifest.txt
__pycache__
.DS_Store
*~
+
+# === Rules for C++ development ===
+compile_commands.json