diff --git a/.gitignore b/.gitignore index 46a154be0..44c69fbaf 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,8 @@ install-minion.log nosetests.xml .testrepository .stestr/* +cover/* +MagicMock/* # Translations *.mo @@ -62,3 +64,7 @@ releasenotes/build # generated config samples *.conf.sample + +# VSCode +.vscode/* +.devcontainer/*