gstreamer/.gitignore
Seungha Yang 5869855a98 gitignore: Ignore *.wrap files again
There are various redirection *.wrap files which result in noisy
diff. Just ignore the entire wrap files. We can update wrap files
anytime via -f option.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1140>
2021-10-14 14:21:46 +00:00

52 lines
1 KiB
Plaintext

cscope.in.out
cscope.out
cscope.po.out
__pycache__
prefix/
.gdbinit
# 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
/gst-omx
/gstreamer-sharp
/pygobject
/gst-python
/gst-examples
/gst-plugins-rs
# Because of unwanted diff caused by redirect wrap files
# https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1140
subprojects/*.wrap
subprojects/*/
!subprojects/gst-devtools
!subprojects/gst-docs
!subprojects/gst-editing-services
!subprojects/gst-examples
!subprojects/gst-integration-testsuites
!subprojects/gst-libav
!subprojects/gst-omx
!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