I'm sorry, I thought they aren't generated. On Fri, Jan 10, 2020 at 11:27 AM Stefan Behnel <[email protected]> wrote:
> omár sweidán schrieb am 08.01.20 um 22:47: > > Is there a way for me to contribute to the C files in the Cython folder? > > When I changed them, it does not show in the changed files list (e.g. in > > Git GUI). Why are the C files put in the gitignore file? > > We exclude all files that are generated by Cython. There is no use in > changing them, and they will be overwritten by a rebuild. Change the Python > files instead that they are generated from. > > Stefan > _______________________________________________ > cython-devel mailing list > [email protected] > https://mail.python.org/mailman/listinfo/cython-devel >
_______________________________________________ cython-devel mailing list [email protected] https://mail.python.org/mailman/listinfo/cython-devel
