After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 725481 - gst-plugins-bad: Ignore gcov intermediate files
gst-plugins-bad: Ignore gcov intermediate files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-02 04:23 UTC by Sebastian Rasmussen
Modified: 2014-03-03 00:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch ignoring gcov intermediate files. (473 bytes, patch)
2014-03-02 04:26 UTC, Sebastian Rasmussen
committed Details | Review

Description Sebastian Rasmussen 2014-03-02 04:23:27 UTC
.gcno and .gcda intermediate files are generated when configured with
--enable-gcov before building. These pollute git status output and can safely
be ignored.
Comment 1 Sebastian Rasmussen 2014-03-02 04:26:31 UTC
Created attachment 270675 [details] [review]
Proposed patch ignoring gcov intermediate files.
Comment 2 Tim-Philipp Müller 2014-03-03 00:09:31 UTC
commit d2895edf66412be333394d4a910dde5d1c00f173
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sun Mar 2 05:25:48 2014 +0100

    .gitignore: Ignore gcov intermediate files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725481