Re: When to commit source .cc/.h files

2014-02-20 Thread Kjell Ahlstedt
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

Re: When to commit source .cc/.h files

2014-02-19 Thread Marcin Kolny
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