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 725483 - gst-plugins-ugly: Ignore gcov intermediate files
gst-plugins-ugly: Ignore gcov intermediate files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other All
: Normal enhancement
: 1.3.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-03-02 04:27 UTC by Sebastian Rasmussen
Modified: 2014-03-03 00:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Sebastian Rasmussen 2014-03-02 04:27:12 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:28:01 UTC
Created attachment 270676 [details] [review]
Proposed patch ignoring gcov intermediate files.
Comment 2 Tim-Philipp Müller 2014-03-03 00:04:27 UTC
commit ecf7b967f9861945bec6533361ef82aa7e1672c3
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sun Mar 2 05:11:10 2014 +0100

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