bgfx/3rdparty/glsl-optimizer/removeDeletedByUs.sh
Branimir Karadzic dee3fe5266 Initial commit.
2012-04-03 20:30:07 -07:00

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}')