mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
.gitignore: Ignore gcov intermediate files
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=725484
This commit is contained in:
parent
48b6b8e3e6
commit
21144cb6e2
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,6 +8,7 @@
|
||||||
*.sw[po]
|
*.sw[po]
|
||||||
*.tar.*
|
*.tar.*
|
||||||
*~
|
*~
|
||||||
|
*.gc??
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
ABOUT-NLS
|
ABOUT-NLS
|
||||||
|
|
Loading…
Reference in a new issue