#! /usr/bin/env bash
#
# Clean ignored files
#

git clean -d -f -X
git add .