mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
6 lines
141 B
Bash
6 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}')
|