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


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

Description Sebastian Rasmussen 2014-03-02 04:28:44 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:29:31 UTC
Created attachment 270678 [details] [review]
Proposed patch ignoring gcov intermediate files.
Comment 2 Wim Taymans 2014-03-03 11:23:38 UTC
commit 21144cb6e262ddd53f19b25dc08c09679fa0af2d
Author: Sebastian Rasmussen <sebras@hotmail.com>
Date:   Sun Mar 2 05:12:01 2014 +0100

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