Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove *.pyc files #9

Merged
merged 1 commit into from
Oct 12, 2019
Merged

remove *.pyc files #9

merged 1 commit into from
Oct 12, 2019

Conversation

devsecfranklin
Copy link
Contributor

➜  The-Fonz git:(franklin-dev) find . -name "*.pyc" -exec git rm -f "{}" \;
rm 'vstruct/primitives.pyc'
rm 'vstruct/defs/pe.pyc'
rm 'vstruct/defs/elf.pyc'
rm 'vstruct/defs/__init__.pyc'
rm 'vstruct/defs/win32.pyc'
rm 'vstruct/__init__.pyc'
rm 'rflib/bits.pyc'
rm 'rflib/rflib_version.pyc'
rm 'rflib/chipcondefs.pyc'
rm 'rflib/chipcon_usb.pyc'
rm 'rflib/__init__.pyc'
rm 'rflib/chipcon_nic.pyc'
rm 'rflib/rflib_defs.pyc'
rm 'rflib/ccspecan.pyc'

@notpike notpike merged commit c2a7bdf into notpike:master Oct 12, 2019
@notpike
Copy link
Owner

notpike commented Oct 12, 2019

Good catch! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants