diff --git a/.gitignore b/.gitignore index 3a7241c941f5e..68de67f8d7824 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,8 @@ sphinx_*/ # Rust analyzer configuration /rust-project.json + +#vscode settings +/.vscode + +/.log diff --git a/README b/README index a9fc263ccd711..7c73fea174264 100644 --- a/README +++ b/README @@ -154,3 +154,4 @@ Communication and Support * Bugzilla: https://bugzilla.kernel.org/ * MAINTAINERS file: Lists subsystem maintainers and mailing lists * Email Clients: Documentation/process/email-clients.rst +.