mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
.gitignore: Ignore gcov intermediate files
https://bugzilla.gnome.org/show_bug.cgi?id=725483
This commit is contained in:
parent
b296267505
commit
ecf7b967f9
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -36,6 +36,7 @@ Makefile.in
|
|||
Makefile
|
||||
*~
|
||||
*.bak
|
||||
*.gc??
|
||||
|
||||
Build
|
||||
*.user
|
||||
|
@ -43,4 +44,4 @@ Build
|
|||
*.ipch
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.DS_Store
|
||||
*.DS_Store
|
||||
|
|
Loading…
Reference in a new issue