mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Extend and clean up git ignores
This commit is contained in:
parent
5dfcb63252
commit
63c9ede3d0
6 changed files with 15 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -29,3 +29,11 @@ ABOUT-NLS
|
||||||
_stdint.h
|
_stdint.h
|
||||||
|
|
||||||
gst-plugins-base-*.tar*
|
gst-plugins-base-*.tar*
|
||||||
|
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
|
*.lo
|
||||||
|
*.la
|
||||||
|
*.o
|
||||||
|
Makefile.in
|
||||||
|
Makefile
|
||||||
|
|
1
docs/libs/.gitignore
vendored
1
docs/libs/.gitignore
vendored
|
@ -15,3 +15,4 @@ Makefile.in
|
||||||
*.interfaces
|
*.interfaces
|
||||||
*.prerequisites
|
*.prerequisites
|
||||||
*.signals
|
*.signals
|
||||||
|
doc-registry.xml
|
||||||
|
|
4
gst-libs/gst/audio/.gitignore
vendored
4
gst-libs/gst/audio/.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
libgstaudio_la-multichannel-enumtypes.lo
|
libgstaudio_la-multichannel-enumtypes.lo
|
||||||
multichannel-enumtypes.c
|
audio-enumtypes.c
|
||||||
multichannel-enumtypes.h
|
audio-enumtypes.h
|
||||||
testchannels
|
testchannels
|
||||||
|
|
2
gst-libs/gst/video/.gitignore
vendored
Normal file
2
gst-libs/gst/video/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
video-enumtypes.c
|
||||||
|
video-enumtypes.h
|
1
po/.gitignore
vendored
1
po/.gitignore
vendored
|
@ -6,6 +6,7 @@ POTFILES
|
||||||
cat-id-tbl.c
|
cat-id-tbl.c
|
||||||
gst-plugins-*.pot
|
gst-plugins-*.pot
|
||||||
Makefile.in.in
|
Makefile.in.in
|
||||||
|
Makefile.in.in.orig
|
||||||
Makevars.template
|
Makevars.template
|
||||||
Rules-quot
|
Rules-quot
|
||||||
boldquot.sed
|
boldquot.sed
|
||||||
|
|
1
tests/examples/dynamic/.gitignore
vendored
1
tests/examples/dynamic/.gitignore
vendored
|
@ -1 +1,2 @@
|
||||||
addstream
|
addstream
|
||||||
|
codec-select
|
||||||
|
|
Loading…
Reference in a new issue