#!/bin/bash
git status -s | sort | grep "^??" | cut -c4- | grep -v "\.\(dat\|ini\|suo\|log\|txt\|pdb\|ncb\|user\|raw\|beam\|exe\|obj\|lib\|wav\|out\)$\|/\(Debug\|build\|release\|log\|ebin\|\w*-asm\|\w*_opt\|arm9\|x86\|\w*-nd\)$\|/\.cyg00\|distributions/.*/\(tmp\|pdbarch\|out\|files\|delfiles\)$\|production/.*/\(tmp\|keys\|romdata\|logs\|licensefiles\|certs\|tools\)$\|production.*\.zip$\|production.*/.*-updater-[0-9]\|\.dSYM/$" | x0 ls -alrtd
