On Tue, 2015-06-30 at 08:46 +0200, Pino Toscano wrote: > while working on the previous patches, I noticed a number of generated > files are not part of .gitignore, so git shows them in the status > output. > > Attached there is a patch for it to ignore most of them.
These are all files generated in the builddir aren't they? Since they don't show up when doing a srcdir != builddir build I prefer not to add them since they aren't really generated (source) files. But this has come up before, so maybe I am wrong? Thanks, Mark
