forked from MiSTer-devel/MemTest_MiSTer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
clean.sh
executable file
·32 lines (32 loc) · 851 Bytes
/
clean.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
find output_files/ -type f \( ! -iname "*.rbf" ! -iname "*.sof" ! -iname "*.flow.rpt" \) -delete
#find output_files/ -type f -not -name '*.sof' -delete
find software/spl_bsp/ -type f -not -name '*.bin' -delete
#rm -rf output_files
#rm -rf software
rm -rf software/spl_bsp/generated
rm -rf software/spl_bsp/uboot-socfpga
find soc_hps/synthesis -type f -not -name '*.qip' -delete
rm -rf soc_hps/synthesis/submodules
rm -f soc_hps/*
#rm -rf soc_hps
find soc_system/synthesis -type f -not -name '*.qip' -delete
rm -rf soc_system/synthesis/submodules
rm -f soc_system/*
#rm -rf soc_system
rm -rf db
rm -rf incremental_db
rm -rf hps_isw_handoff
rm -rf .qsys_edit
rm -f *.rpt
rm -f *.tcl~
rm -f *.csv
rm -f *.qws
rm -f *.rbf
rm -f *.sopcinfo
rm -f c5_pin*.txt
rm -f hps_sdram_p0*.*
rm -f *.bak
rm -f rtl/*.bak
rm -f V/*.bak
rm -rf greybox_tmp
rm -rf *.log