diff --git a/.gitignore b/.gitignore index ff66935f..ffb8b8f8 100644 --- a/.gitignore +++ b/.gitignore @@ -29,10 +29,13 @@ *.app # IDE-specific -.idea/ -.vs/ -.vscode/ -*build*/ +/.idea/ +/.vs/ +/.vscode/ +/*build*/ +/out/ +/CMakeSettings.json # Conan *.pyc +/test_package/build/ \ No newline at end of file