sparkfunX / Buzzard

Software tools for EAGLE silkscreen generation
100 stars 18 forks source link

*.pyc files are not .gitignored #25

Closed oclyke closed 3 years ago

oclyke commented 3 years ago

i include Buzzard as a submodule in my hardware designs (it is convenient!). however after generating labels i need to discard some changes within the submodule (to keep my commits focused). these are just *.pyc files which are automatically generated. i think we can add them to the .gitignore without issue.