add clean.sh
This commit is contained in:
parent
9bffe81be1
commit
f9c0677195
1 changed files with 3 additions and 0 deletions
3
clean.sh
Executable file
3
clean.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
git clean -dfx
|
||||
git submodule foreach --recursive git clean -dfx
|
||||
Loading…
Add table
Add a link
Reference in a new issue