[Cython] Fwd: .gitignore file in github repo

Stefan Behnel stefan_ml at behnel.de
Fri Jan 10 05:27:07 EST 2020


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


More information about the cython-devel mailing list