Bug 85504

Summary: [patch] Ignore build cruft
Product: PolicyKit Reporter: Stef Walter <stefw>
Component: daemonAssignee: David Zeuthen (not reading bugmail) <zeuthen>
Status: RESOLVED FIXED QA Contact: David Zeuthen (not reading bugmail) <zeuthen>
Severity: normal    
Priority: medium CC: stefw, walters
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Ignore more built file litter

Description Stef Walter 2014-10-27 08:59:58 UTC
Ignore some more built cruft
Comment 1 Stef Walter 2014-10-27 09:00:13 UTC
Created attachment 108496 [details] [review]
Ignore more built file litter
Comment 2 Colin Walters 2015-06-03 20:13:02 UTC
Thanks for the patch!

I chose to do http://cgit.freedesktop.org/polkit/commit/?id=b19b4637c5d357f50f34a073a134e9dcd727fa1f instead.  There's more to do here, but git.mk takes us pretty far.
Comment 3 Miloslav Trmac 2015-06-05 22:43:19 UTC
Am I using this wrong?  AFAICS this was not an improvement:

$ git status --porcelain
?? INSTALL
?? aclocal.m4
?? compile
?? config.guess
?? config.h.in
?? config.sub
?? depcomp
?? gtk-doc.m4
?? gtk-doc.make
?? install-sh
?? ltmain.sh
?? missing
?? test-driver
?? test/mocklibc/Makefile.in
?? test/mocklibc/aclocal.m4
?? test/mocklibc/autom4te.cache/
?? test/mocklibc/bin/Makefile.in
?? test/mocklibc/compile
?? test/mocklibc/config.guess
?? test/mocklibc/config.h.in
?? test/mocklibc/config.sub
?? test/mocklibc/configure
?? test/mocklibc/depcomp
?? test/mocklibc/install-sh
?? test/mocklibc/ltmain.sh
?? test/mocklibc/missing
?? test/mocklibc/src/Makefile.in
?? test/mocklibc/test-driver

Honestly I am fine with whatever clean solution anyone cares to implement, but as far as spending my time on this, I’d rather commit Stef’s patch and commit to babysitting the .gitignore files manually rather than commit to comaintaining the git.mk magic.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.