first commit
This commit is contained in:
commit
5893b00dd2
1669 changed files with 1982740 additions and 0 deletions
25
libraries/FastLED/clean
Executable file
25
libraries/FastLED/clean
Executable file
|
|
@ -0,0 +1,25 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
|
||||
# cd to the directory of the script
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
rm -rf .venv
|
||||
rm -rf .build
|
||||
rm -rf .pio
|
||||
rm -rf ci/tmp
|
||||
rm -rf tests/.build
|
||||
|
||||
rm -rf .*_cache
|
||||
rm -rf __pycache__
|
||||
rm -rf .tools
|
||||
|
||||
rm -rf ci/__pycache__
|
||||
rm -rf ci/.*_cache
|
||||
|
||||
|
||||
|
||||
# remove any CMakeCache.txt files
|
||||
find . -name "CMakeCache.txt" -type f -delete
|
||||
rm -f uv.lock
|
||||
Loading…
Add table
Add a link
Reference in a new issue