Hi Bernd, On Sun, Aug 16, 2015 at 06:39:55PM +0200, Bernd Zeimetz wrote: > Package: git-buildpackage > Version: 0.6.31 > Severity: wishlist > > hi, > > it would be awesome if gbp * would ignore .pc folders from quilt. > Using --git-ignore-new for that all the time is error prone.
I looked into this and I wonder when exactly you're seeing a unclean source tree due to _only_ .pc/ being there. If I do a: QUILT_PATCHES=debian/patches/ quilt push -a I get .pc/ but lots of other modifications in the source tree as well (as it's the point of applying patches). If I then unapply: quilt pop -a .pc/ is being removed as well. I remember that not being always the case though in the (long gone) past. Can you show me how to produce a situation with .pc/ there but no patches applied? Cheers, -- Guido