mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-16 12:08:49 +00: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…
Reference in New Issue
Block a user