Skip to content

Commit 5da69f6

Browse files
Yash LadhayashLadha
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.
1 parent 325b947 commit 5da69f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
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)