mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Typo fix of .gitignore
This commit is contained in:
parent
4fb66912a9
commit
40581ee040
1 changed files with 10 additions and 6 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -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/
|
||||
Loading…
Add table
Add a link
Reference in a new issue