GNOME Bugzilla – Bug 725484
gst-rtsp-server: Ignore gcov intermediate files
Last modified: 2014-03-03 11:23:38 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.
Created attachment 270678 [details] [review] Proposed patch ignoring gcov intermediate files.
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