#!/bin/bash
svn status | sort | grep "^?" | cut -c9- | 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]" | x0 ls -alrtd
