diff --git a/.gitignore b/.gitignore index ffb8b8f8..2d2ba83d 100644 --- a/.gitignore +++ b/.gitignore @@ -32,10 +32,13 @@ /.idea/ /.vs/ /.vscode/ -/*build*/ -/out/ /CMakeSettings.json +# build artifacts +/cmake-build-*/ +/build/ +/out/ + # Conan *.pyc /test_package/build/ \ No newline at end of file