Skip to content

Commit

Permalink
tools: add compile_commands to ignore file
Browse files Browse the repository at this point in the history
For developing c++ source files, clangd generates an index file for
project via `./configure -C`. We can safely ignore the file from
tracking.
  • Loading branch information
yashLadha committed Jan 18, 2022
1 parent 325b947 commit 49a74cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,6 @@ install_manifest.txt
__pycache__
.DS_Store
*~

# === Rules for C++ development ===
compile_commands.json

0 comments on commit 49a74cf

Please sign in to comment.