mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
added ppm files for cleanup
This commit is contained in:
parent
e215dc2107
commit
284ff606c9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@
|
|||
# deleting left over binary files. This will
|
||||
# cause an assertion error in some of the
|
||||
# tests.
|
||||
find . \( -name "*.binary" -o -name "*.h5" \) -exec rm -f {} \;
|
||||
find . \( -name "*.binary" -o -name "*.h5" -o -name "*.ppm" \) -exec rm -f {} \;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue