diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | docs/libs/.gitignore | 1 | ||||
-rw-r--r-- | gst-libs/gst/audio/.gitignore | 4 | ||||
-rw-r--r-- | gst-libs/gst/video/.gitignore | 2 | ||||
-rw-r--r-- | po/.gitignore | 1 | ||||
-rw-r--r-- | tests/examples/dynamic/.gitignore | 1 |
6 files changed, 15 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 3cdc44f23..f00c68714 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,11 @@ ABOUT-NLS _stdint.h gst-plugins-base-*.tar* + +.deps +.libs +*.lo +*.la +*.o +Makefile.in +Makefile diff --git a/docs/libs/.gitignore b/docs/libs/.gitignore index 5a3b4b4d8..6588f04b2 100644 --- a/docs/libs/.gitignore +++ b/docs/libs/.gitignore @@ -15,3 +15,4 @@ Makefile.in *.interfaces *.prerequisites *.signals +doc-registry.xml diff --git a/gst-libs/gst/audio/.gitignore b/gst-libs/gst/audio/.gitignore index 5480c9702..1b3d8d62e 100644 --- a/gst-libs/gst/audio/.gitignore +++ b/gst-libs/gst/audio/.gitignore @@ -1,4 +1,4 @@ libgstaudio_la-multichannel-enumtypes.lo -multichannel-enumtypes.c -multichannel-enumtypes.h +audio-enumtypes.c +audio-enumtypes.h testchannels diff --git a/gst-libs/gst/video/.gitignore b/gst-libs/gst/video/.gitignore new file mode 100644 index 000000000..42df1ec5a --- /dev/null +++ b/gst-libs/gst/video/.gitignore @@ -0,0 +1,2 @@ +video-enumtypes.c +video-enumtypes.h diff --git a/po/.gitignore b/po/.gitignore index 0d7c648a6..cada38941 100644 --- a/po/.gitignore +++ b/po/.gitignore @@ -6,6 +6,7 @@ POTFILES cat-id-tbl.c gst-plugins-*.pot Makefile.in.in +Makefile.in.in.orig Makevars.template Rules-quot boldquot.sed diff --git a/tests/examples/dynamic/.gitignore b/tests/examples/dynamic/.gitignore index a22c85348..b12477eaa 100644 --- a/tests/examples/dynamic/.gitignore +++ b/tests/examples/dynamic/.gitignore @@ -1 +1,2 @@ addstream +codec-select |