diff --git a/.gitignore b/.gitignore index 133a5f6264..0167ec78a7 100644 --- a/.gitignore +++ b/.gitignore @@ -101,14 +101,18 @@ examples/jupyter/plots .coverage htmlcov -#macOS +# macOS *.DS_Store -#Dynamic Library +# Dynamic Library *.dylib +*.lib +*.dll -#Visual Studio CMake Project -/.vs/ +# Visual Studio CMake project +.vs/ +out/ CMakeSettings.json -/out/ -/openmc/lib/*.lib + +# Visual Studio Code configuration files +.vscode/ \ No newline at end of file