mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Updated gitignore.
This commit is contained in:
parent
fa593ec1d8
commit
5c8cacd046
1 changed files with 9 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -3,10 +3,18 @@
|
|||
*.mod
|
||||
*.log
|
||||
*.out
|
||||
|
||||
# OpenMC executable
|
||||
src/openmc
|
||||
|
||||
# emacs backups
|
||||
*~
|
||||
|
||||
# Documentation builds
|
||||
docs/build
|
||||
docs/build
|
||||
|
||||
# xml-fortran reader
|
||||
src/xml-fortran/xmlreader
|
||||
|
||||
# Modules built from XML templates
|
||||
src/xml-fortran/templates/*.f90
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue