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 725478 - gstreamer: Ignore gcov intermediate files
gstreamer: Ignore gcov intermediate files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-02 04:17 UTC by Sebastian Rasmussen
Modified: 2014-03-02 23:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Sebastian Rasmussen 2014-03-02 04:17:26 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:18:22 UTC
Created attachment 270671 [details] [review]
Proposed patch ignoring gcov intermediate files.
Comment 2 Tim-Philipp Müller 2014-03-02 23:10:28 UTC
commit 7b9d95dbbe8dbb3a7c45e804faa3c51e9ee9dbae
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sun Mar 2 05:08:24 2014 +0100

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