-
Notifications
You must be signed in to change notification settings - Fork 15
/
cleanup
executable file
·22 lines (16 loc) · 913 Bytes
/
cleanup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh
rm -f irace.Rdata irace-Ex.R config.* confdefs.h \
src/*.so src/*.o src/*/*.o src/*.gcno src/*/*.gcno src/*.gcov src/config.h src/symbols.rds \
inst/doc/*.blg inst/doc/*.bbl \
tests/testthat/*.log tests/testthat/*.Rout tests/testthat/Rplots.pdf tests/testthat/iracedump.rda tests/testthat/irace.Rdata \
examples/vignette-example/Rplots.pdf \
devel-examples/vignette-example/*.stderr \
devel-examples/vignette-example/*.stdout \
devel-examples/vignette-example/irace-acotsp.Rdata \
devel-examples/vignette-example/examples.Rdata \
devel-examples/vignette-example/irace-acotsp-stdout.txt \
devel-examples/vignette-example/mean.pdf \
devel-examples/vignette-example/sann.rda
rm -fr tests/testthat/run_* tests/testthat/multi_irace* \
autom4te.cache devel-examples/vignette-example/acotsp/
find . -name '*.orig' -o -name '.Rhistory' -o -name '*.rej' | xargs rm -f