Hello Andrew, On Mon, Jul 16, 2012 at 3:00 PM, Andrew Hughes <ahug...@redhat.com> wrote: > I'm not keen on the addition of files that would be removed by make clean, as > seems to be > added by 3.
Why is that? Generally speaking, .gitignore should exclude all non-generated files so that you can get meaningful "git status" even after a build. Pekka