tools: Added delete-ignored-files.sh

This script deletes all files and directories which are ignored by
This commit is contained in:
OpenSauce04 2025-07-17 22:41:54 +01:00
parent f326e39dba
commit 980f8e02e5

7
tools/delete-ignored-files.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash -ex
# This script assumes that Git is installed
# The following deletes all files and directories which are ignored by `.gitignore`
git clean -dfX