mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-16 12:08:49 +00:00
8 lines
162 B
Bash
Executable File
8 lines
162 B
Bash
Executable File
#!/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
|