[Cython] Fwd: .gitignore file in github repo

Prakhar Goel newt0311 at gmail.com
Fri Jan 10 05:22:43 EST 2020


I assume that was done to avoid including all the C files that the
Cython compiler generates. You can specifically tell git not to ignore
your C file using a ! pattern in the .gitignore file. More details
here: https://git-scm.com/docs/gitignore.

--
________________________
Warm Regards
Prakhar Goel


More information about the cython-devel mailing list