gstreamer/.gitignore
Nirbheek Chauhan b7e2b24945 meson: Force pcre2 to be provided by a subproject on macOS
Newer macOS provides /usr/lib/pkgconfig/libpcre2-8.pc which is broken
because it says headers are in /usr/include but that directory doesn't
exist. It can only be used to find the library, which only exists on
newer macOS at /usr/lib/libpcre2-8.dylib, so it's also unusable.

So, force usage of the subproject for glib.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5060>
2023-07-20 11:00:35 +00:00

70 lines
1.4 KiB
Plaintext

cscope.in.out
cscope.out
cscope.po.out
__pycache__
prefix/
.gdbinit
# Editor/IDE spcific
.vscode/
.vscode-server/
# Symlinks
/gstreamer
/gst-plugins-base
/gst-plugins-good
/libnice
/gst-plugins-bad
/gst-plugins-ugly
/gst-libav
/gst-rtsp-server
/gst-devtools
/gst-integration-testsuites
/gst-editing-services
/gstreamer-vaapi
/gstreamer-sharp
/pygobject
/gst-python
/gst-examples
/gst-plugins-rs
# Automatic meson redirect wrap files
subprojects/gdk-pixbuf.wrap
subprojects/gobject-introspection.wrap
subprojects/gtest.wrap
subprojects/gvdb.wrap
subprojects/libepoxy.wrap
subprojects/libsass.wrap
subprojects/libtiff.wrap
subprojects/sassc.wrap
subprojects/abseil-cpp.wrap
subprojects/*/
!subprojects/gst-devtools
!subprojects/gst-docs
!subprojects/gst-editing-services
!subprojects/gst-examples
!subprojects/gst-integration-testsuites
!subprojects/gst-libav
!subprojects/gst-plugins-bad
!subprojects/gst-plugins-base
!subprojects/gst-plugins-good
!subprojects/gst-plugins-ugly
!subprojects/gst-python
!subprojects/gstreamer
!subprojects/gstreamer-sharp
!subprojects/gstreamer-vaapi
!subprojects/gst-rtsp-server
!subprojects/macos-bison-binary
!subprojects/win-flex-bison-binaries
!subprojects/win-nasm
!subprojects/packagefiles
# VSCode integration
# launch.json will be modified by users depending on the pipeline to test
# We keep these files in the ignore list so they do not appear as modified
.vscode/*
# clangd integration
.cache/*