mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-30 02:32:53 +08:00
289024fd89
- Creating an arbitrary 'src' directory really doesn't help much... - Goal is to make each folder self contained - Make meta repos and individual repos have the same directory structure
22 lines
420 B
Bash
Executable File
22 lines
420 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf component.xml
|
|
rm -rf parallella.bit.bin
|
|
rm -rf parallella_spi.cache
|
|
rm -rf parallella_spi.hw
|
|
rm -rf parallella_spi.sim
|
|
rm -rf parallella_spi.xpr
|
|
rm -rf parallella_spi.zip
|
|
rm -rf reports
|
|
rm -rf results
|
|
rm -rf src
|
|
rm -rf system.cache
|
|
rm -rf system.hw
|
|
rm -rf system.runs
|
|
rm -rf system.sim
|
|
rm -rf system.srcs
|
|
rm -rf system_wrapper.bit.bin
|
|
rm -rf system.xpr
|
|
rm -rf vivado*.jou
|
|
rm -rf vivado*.log
|
|
rm -rf xgui
|