Skip to content

Commit

Permalink
Ignore compile_commands.json (#14048)
Browse files Browse the repository at this point in the history
Fixes #14047

Adds compile_commands.json to .gitignore.

Authors:
  - Mark Harris (https://github.com/harrism)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #14048
  • Loading branch information
harrism authored Sep 7, 2023
1 parent 0190c29 commit dd6553a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ DartConfiguration.tcl
*.spec
.nfs*
.clangd
compile_commands.json

## Python build directories & artifacts
dask-worker-space/
Expand Down

0 comments on commit dd6553a

Please sign in to comment.