seeing-things / zwo

ZWO SDK and custom software for debugging and using it.
23 stars 4 forks source link

Add SWIG-related build product stuff to the .gitignore #40

Closed jgottula closed 3 years ago

jgottula commented 4 years ago

I think we don't even have a .gitignore file for this repo yet?

Anyway... I think we would want to add patterns to cover these, at the very least:

file: python/asi.py
file: python/asi_wrap.c
directory: python-build

And possibly others? I don't necessarily know the complete set of SWIG build products, seeing as I haven't run a complete successful build yet. :stuck_out_tongue_closed_eyes:

jgottula commented 4 years ago

Oh and actually, while we're at it, we may as well cover some other non-SWIG build product stuff as well in the .gitignore:

dir: capture/bin
file: zwo_fixer/libzwo_fixer.so
bgottula commented 3 years ago

I checked today and this was addressed at some point.