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
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue