Hi,
I noticed that the header file ql/quantlib.hpp, are generated by the build process, and depend on the list of source files mentioned in ql/Makefile.am. However this file is in Git, and so if changes are made in Makefile.am, it is necessary to check in the new version of the generated file.
Is there are reason for this, or would it make more sense for these files to be in .gitignore?
I believe there are other similar files, such as */all.hpp, but I haven't checked them. Since I suspected there is probably a good reason for this which I don't know about, I preferred to ask first.
Hi, I noticed that the header file
ql/quantlib.hpp
, are generated by the build process, and depend on the list of source files mentioned inql/Makefile.am
. However this file is in Git, and so if changes are made inMakefile.am
, it is necessary to check in the new version of the generated file.Is there are reason for this, or would it make more sense for these files to be in
.gitignore
?I believe there are other similar files, such as
*/all.hpp
, but I haven't checked them. Since I suspected there is probably a good reason for this which I don't know about, I preferred to ask first.Thanks!