Skip to content

Instantly share code, notes, and snippets.

@RichLogan
Last active August 29, 2015 14:00
Show Gist options
  • Save RichLogan/11384923 to your computer and use it in GitHub Desktop.
Save RichLogan/11384923 to your computer and use it in GitHub Desktop.
Remove PYC files
find . -name "*.pyc" -exec git rm -f {} \;
#Thanks to http://yuji.wordpress.com/2010/10/29/git-remove-all-pyc/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment