diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2014-03-02 05:09:05 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-03-02 23:08:52 +0000 |
commit | 53aab8eefa4682eab8a597ae505d887a8c76f636 (patch) | |
tree | 63d94ff586bb755dd63787dfcf3fe9f6b230dbaa /.gitignore | |
parent | e0b4f88c29b9ae9548e4ee89edf79a210893fbe5 (diff) |
.gitignore: Ignore gcov intermediate files
https://bugzilla.gnome.org/show_bug.cgi?id=725479
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c08409378..ba51c2baf 100644 --- a/.gitignore +++ b/.gitignore @@ -42,6 +42,7 @@ Makefile.in Makefile *.gir *.typelib +*.gc?? /gst-libs/gst/pbutils/gstpluginsbaseversion.h /gst-libs/gst/tag/mklangtables |