mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-06 15:09:58 +01:00
tools: Added delete-ignored-files.sh
This script deletes all files and directories which are ignored by
This commit is contained in:
parent
f326e39dba
commit
980f8e02e5
7
tools/delete-ignored-files.sh
Executable file
7
tools/delete-ignored-files.sh
Executable 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
|
||||
Loading…
x
Reference in New Issue
Block a user