Backport clean scripts from main branch

This commit is contained in:
Rémi Verschelde
2024-05-01 12:17:03 +02:00
parent 9f297b5ef0
commit 4834ab1eab
2 changed files with 7 additions and 0 deletions

3
clean-release.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
rm -rf releases tmp web

4
clean.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
rm -rf godot*.tar.gz mono-glue out releases tmp web
git status