mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 14:35:27 -04:00
Add .DS_Store in .gitignore. macOS use it to store icons.
Add .dylib in .gitignore. Dynamic library is generated at runtime.
This commit is contained in:
parent
bd40619cb3
commit
cffa44bd6f
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -100,3 +100,9 @@ examples/jupyter/plots
|
|||
.python-version
|
||||
.coverage
|
||||
htmlcov
|
||||
|
||||
#macOS
|
||||
*.DS_Store
|
||||
|
||||
#Dynamic Library
|
||||
*.dylib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue