From 40581ee040be28532577fe797eec5928f9c0f230 Mon Sep 17 00:00:00 2001 From: Yue JIN Date: Thu, 10 Sep 2020 13:18:14 +0800 Subject: [PATCH] Typo fix of .gitignore --- .gitignore | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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