Re: [sage-devel] header files in hgignore

2012-06-09 Thread David Roe
I think they're generated by Cython to interface with external C code. According to http://docs.cython.org/src/userguide/external_C_code.html#public-declarations, these files are autogenerated and thus we shouldn't need to include them David On Fri, Jun 8, 2012 at 2:28 PM, R. Andrew Ohana wrot

[sage-devel] header files in hgignore

2012-06-08 Thread R. Andrew Ohana
Can someone please tell me why we ship the sage spkg with these files but also have them in hgignore: sage/rings/integer.h sage/rings/rational.h sage/rings/complex_double.h sage/rings/complex_double_api.h sage/misc/allocator.h sage/symbolic/pynac.h sage/modular/arithgroup/farey_symbol.h When I wa