sparkfunX / Buzzard

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

remove __pycache__ #26

Closed oclyke closed 3 years ago

oclyke commented 3 years ago

i went about investigating #25 a little further - the .gitignore already covers these files but apparently git is smart enough not to remove files that have already been committed even when they match an ignore pattern. this commit simply removes the pre-existing files so that any further __pycache__ files will be properly ignored. (and stop pestering me :p)

(solves #25)

NPoole commented 3 years ago

Yup that makes sense, thanks!