forked from GStreamer/gstreamer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
86 lines (78 loc) · 1.75 KB
/
.gitignore
File metadata and controls
86 lines (78 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
cscope.in.out
cscope.out
cscope.po.out
__pycache__
prefix/
.gdbinit
# Editor/IDE spcific
.helix/
.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-sharp
/pygobject
/gst-python
/gst-examples
/gst-plugins-rs
# Automatic meson redirect wrap files
subprojects/abseil-cpp.wrap
subprojects/gi-docgen.wrap
subprojects/gobject-introspection-tests.wrap
subprojects/gperf.wrap
subprojects/gvdb.wrap
subprojects/icu.wrap
subprojects/libepoxy.wrap
subprojects/libsass.wrap
subprojects/libtiff.wrap
subprojects/nasm.wrap
subprojects/pythoncapi-compat.wrap
subprojects/sassc.wrap
subprojects/sysprof.wrap
subprojects/*/
subprojects/.wraplock
!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/gst-rtsp-server
!subprojects/macos-bison-binary
!subprojects/moltenvk
!subprojects/win-flex-bison-binaries
!subprojects/win-nasm
!subprojects/win-pkgconfig
!subprojects/packagefiles
subprojects/*/*.zip
subprojects/*/*.exe
subprojects/*/*.tar.*
subprojects/macos-bison-binary/bison*/
subprojects/moltenvk/*/
# 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/*
# apk files from CI (or following its commands)
*.apk
# Cache files (from emacs)
*~