Skip to content

Ignore more files in .gitignore

Sven Tennie requested to merge wip/gitignore_clangd_dist-newstyle into master

This makes working with the source tree more convenient because git status isn't polluted with generated/compiled files.

New patterns:

.clangd
/libraries/*/dist-newstyle/

Merge request reports