Skip to content

Instantly share code, notes, and snippets.

@fjunior87
Created July 22, 2011 19:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fjunior87/1100237 to your computer and use it in GitHub Desktop.
Save fjunior87/1100237 to your computer and use it in GitHub Desktop.
Remove .pyc files from a git project
find . -name "*pyc" -exec git rm -f {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment