Skip to content

Commit ee6c1bc

Browse files
authored
Ignore compile_commands.json (#4680)
This is just a quality of life so that developers can symlink compile_commands.json to wherever they place their build directory. The reaoning for this is that a number of editor extensions use this file to configure their LSP interface for improved editor support. --- TYPE: NO_HISTORY DESC: Ignore compile_commands.json
1 parent cab7c28 commit ee6c1bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ examples/obj/*
2626
scripts/deps-staging/*
2727
.idea
2828
*.DS_Store
29+
compile_commands.json
2930
doc/venv
3031
doc/source/__pycache__
3132
doc/source/_build

0 commit comments

Comments
 (0)