We have *.c in .gitignore because we are generating Cython code in the default location.
This issue proposes changing the configuration in order to force Cython to generate c files in a particular directory (cython-generated?) and then ignore that folder.
We have
*.cin.gitignorebecause we are generating Cython code in the default location.This issue proposes changing the configuration in order to force Cython to generate c files in a particular directory (
cython-generated?) and then ignore that folder.