Skip to content

Commit 7e4d455

Browse files
yashLadhadanielleadams
authored andcommitted
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: #41580 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 8218bab commit 7e4d455

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,6 @@ install_manifest.txt
159159
__pycache__
160160
.DS_Store
161161
*~
162+
163+
# === Rules for C++ development ===
164+
compile_commands.json

0 commit comments

Comments
 (0)