mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 19:25:18 +00:00
.gitignore: Ignore gcov intermediate files
https://bugzilla.gnome.org/show_bug.cgi?id=725478
This commit is contained in:
parent
034a3ab86f
commit
7b9d95dbbe
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -53,4 +53,5 @@ Build
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
*.log
|
*.log
|
||||||
*.trs
|
*.trs
|
||||||
.dirstamp
|
.dirstamp
|
||||||
|
*.gc??
|
||||||
|
|
Loading…
Reference in a new issue