Skip to content

Commit 3f4ce07

Browse files
yashLadhaBethGriggs
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 <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent 2b082de commit 3f4ce07

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)