Don't delete *.pyc fils in the .git directory
If you have a branch named "remove-all-.pyc", the original code would clobber it inside the .git directory, because branches become files with the same name. This prevents find from looking in .git, saving your precious oddly named branches.
Showing
Please
register
or
sign in
to comment