The general rule is: Files that are generated by the build system
(autotools, gmmproc, gcc, doxygen, etc.) are never committed to the git
repository. If you look at https://git.gnome.org/browse/gtkmm/tree/ and
its subdirectories, you'll find some .cc/.h files. Those files are
handwritten. There
No, there is no need for commiting .cc/.h files for generated classes. Only
handcrafted wrappers written in .cc/.h files should be commiting to a
repository.
2014-02-19 23:03 GMT+01:00 Juan Rafael GarcĂa Blanco :
> Hi,
>
> When a new class is wrapped, .cc/.h files for that class are generated by