mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-24 16:48:18 -05:00
5 lines
141 B
Bash
5 lines
141 B
Bash
#! /bin/sh
|
|
git rm -rf docs
|
|
git rm -rf src/mesa/drivers
|
|
git rm -rf src/gallium
|
|
git rm -rf $(git status --porcelain | awk '/^DU/ {print $NF}')
|