Workaround bindinate mistake in gst_element_factory_get_static_pad_templates return...
[platform/upstream/gstreamer.git] / .gitignore
1 # AutoTools stuff (or should I call it autohell?)
2 INSTALL
3 autom4te.cache
4 Makefile.in
5 Makefile
6 aclocal.m4
7 config.guess
8 config.status
9 config.sub
10 configure
11 depcomp
12 install-sh
13 libtool
14 ltmain.sh
15 missing
16 stamp-h
17 compile
18
19 # gedit temporary files
20 *~
21
22 #Mac OS files
23 .DS_Store
24 .AppleDouble
25 .LSOverride
26
27 # glue binaries/objects (FIXME: kill the glue, kthxbye)
28 sources/glue/.deps/
29 sources/glue/*.o
30 sources/glue/*.lo
31 sources/glue/*.la
32 sources/glue/.libs/
33
34 # generated by the generator (we don't want anyone to commit these to the repo)
35 sources/generated/*/*.cs
36 sources/glue/generated.c
37 doc/*
38 sources/generated-stamp
39 sources/gstreamer-sharp-api.xml
40 sources/*.gir
41 sources/AssemblyInfo.cs
42 sources/gstreamer-sharp.snk
43 gstreamer-sharp-1.0.pc
44
45 # tarball
46 *.tar.gz
47
48 # our "bin" folder when using makefile build
49 out/gstreamer-sharp.dll
50 out/gstreamer-sharp.dll.mdb
51 *.exe
52
53 # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
54 [Bb]in/
55 [Oo]bj/
56
57 # mstest test results
58 TestResults
59
60 ## Ignore IDE temporary files, build results, and
61 ## files generated by popular Visual Studio add-ons.
62
63 # User-specific files
64 *.suo
65 *.user
66 *.sln.docstates
67 *.userprefs
68
69 # Build results
70 [Dd]ebug/
71 [Rr]elease/
72 x64/
73 *_i.c
74 *_p.c
75 *.ilk
76 *.meta
77 *.obj
78 *.pch
79 *.pdb
80 *.pgc
81 *.pgd
82 *.rsp
83 *.sbr
84 *.tlb
85 *.tli
86 *.tlh
87 *.tmp
88 *.log
89 *.vspscc
90 *.vssscc
91 .builds
92
93 # Visual C++ cache files
94 ipch/
95 *.aps
96 *.ncb
97 *.opensdf
98 *.sdf
99
100 # Visual Studio profiler
101 *.psess
102 *.vsp
103 *.vspx
104
105 # Guidance Automation Toolkit
106 *.gpState
107
108 # ReSharper is a .NET coding add-in
109 _ReSharper*
110
111 # NCrunch
112 *.ncrunch*
113 .*crunch*.local.xml
114
115 # Installshield output folder 
116 [Ee]xpress
117
118 # DocProject is a documentation generator add-in
119 DocProject/buildhelp/
120 DocProject/Help/*.HxT
121 DocProject/Help/*.HxC
122 DocProject/Help/*.hhc
123 DocProject/Help/*.hhk
124 DocProject/Help/*.hhp
125 DocProject/Help/Html2
126 DocProject/Help/html
127
128 # Click-Once directory
129 publish
130
131 # Publish Web Output
132 *.Publish.xml
133
134 # NuGet Packages Directory
135 packages
136
137 # Windows Azure Build Output
138 csx
139 *.build.csdef
140
141 # Windows Store app package directory
142 AppPackages/
143
144 # Others
145 [Bb]in
146 [Oo]bj
147 sql
148 TestResults
149 [Tt]est[Rr]esult*
150 *.Cache
151 ClientBin
152 [Ss]tyle[Cc]op.*
153 ~$*
154 *.dbmdl
155 Generated_Code #added for RIA/Silverlight projects
156
157 # Backup & report files from converting an old project file to a newer
158 # Visual Studio version. Backup files are not needed, because we have git ;-)
159 _UpgradeReport_Files/
160 Backup*/
161 UpgradeLog*.XML