Skip to content

Added VSCode generated build files (when using clang) to gitignore

Bhumit Attarde requested to merge bhumit/kio-fuse:vscode-ignore into master

VSCode generates .clangd folder and compile_commands.json file when using clangd extension instead of the one provided by Microsoft. Added these entries to .gitignore.

Merge request reports