added ppm files for cleanup

This commit is contained in:
Bryan Herman 2014-04-03 08:20:31 -04:00
parent e215dc2107
commit 284ff606c9

View file

@ -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 {} \;