Skip to content

Instantly share code, notes, and snippets.

@clairvy
Created January 7, 2014 12:46
Show Gist options
  • Save clairvy/8298824 to your computer and use it in GitHub Desktop.
Save clairvy/8298824 to your computer and use it in GitHub Desktop.
grep -v '#' .gitignore|grep -v '^!'|grep -v '^$'|perl -lne 'push(@a,$_);END{print "find . ", join(" -o ", map {"-name '\''$_'\''"} @a), " | xargs git rm -r"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment