[MediaCodec] Remove feature description and tag in EventArgs class (#953)
[platform/core/csapi/tizenfx.git] / .gitignore
1 # Download this file using PowerShell v3 under Windows with the following comand:
2 # Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore
3 # or wget:
4 # wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
5
6 # User-specific files
7 *.suo
8 *.user
9 *.sln.docstates
10 *.pyc
11
12 # Build results
13
14 [Dd]ebug/
15 [Rr]elease/
16 x64/
17 [Bb]in/
18 [Oo]bj/
19 [Aa]rtifacts/
20
21 # NuGet Packages
22 *.nupkg
23 # The packages folder can be ignored because of Package Restore
24 **/packages/*
25 # except build/, which is used as an MSBuild target.
26 !**/packages/build/
27 # Uncomment if necessary however generally it will be regenerated when needed
28 #!**/packages/repositories.config
29
30 # MSTest test Results
31 [Tt]est[Rr]esult*/
32 [Bb]uild[Ll]og.*
33
34 *_i.c
35 *_p.c
36 *.ilk
37 *.meta
38 *.obj
39 *.pch
40 *.pdb
41 *.pgc
42 *.pgd
43 *.rsp
44 *.sbr
45 *.tlb
46 *.tli
47 *.tlh
48 *.tmp
49 *.tmp_proj
50 *.log
51 *.vspscc
52 *.vssscc
53 .builds
54 *.pidb
55 *.log
56 *.scc
57
58 # OS generated files #
59 .DS_Store*
60 Icon?
61
62 # Visual C++ cache files
63 ipch/
64 *.aps
65 *.ncb
66 *.opensdf
67 *.sdf
68 *.cachefile
69
70 # Visual Studio profiler
71 *.psess
72 *.vsp
73 *.vspx
74
75 # Guidance Automation Toolkit
76 *.gpState
77
78 # ReSharper is a .NET coding add-in
79 _ReSharper*/
80 *.[Rr]e[Ss]harper
81
82 # TeamCity is a build add-in
83 _TeamCity*
84
85 # DotCover is a Code Coverage Tool
86 *.dotCover
87
88 # NCrunch
89 *.ncrunch*
90 .*crunch*.local.xml
91
92 # Installshield output folder
93 [Ee]xpress/
94
95 # DocProject is a documentation generator add-in
96 DocProject/buildhelp/
97 DocProject/Help/*.HxT
98 DocProject/Help/*.HxC
99 DocProject/Help/*.hhc
100 DocProject/Help/*.hhk
101 DocProject/Help/*.hhp
102 DocProject/Help/Html2
103 DocProject/Help/html
104
105 # Click-Once directory
106 publish/
107
108 # Publish Web Output
109 *.Publish.xml
110
111 # Windows Azure Build Output
112 csx
113 *.build.csdef
114
115 # Windows Store app package directory
116 AppPackages/
117
118 # Others
119 *.Cache
120 ClientBin/
121 [Ss]tyle[Cc]op.*
122 ~$*
123 *~
124 *.dbmdl
125 *.[Pp]ublish.xml
126 *.pfx
127 *.publishsettings
128 modulesbin/
129 tempbin/
130
131 # EPiServer Site file (VPP)
132 AppData/
133
134 # RIA/Silverlight projects
135 Generated_Code/
136
137 # Backup & report files from converting an old project file to a newer
138 # Visual Studio version. Backup files are not needed, because we have git ;-)
139 _UpgradeReport_Files/
140 Backup*/
141 UpgradeLog*.XML
142 UpgradeLog*.htm
143
144 # vim
145 *.txt~
146 *.swp
147 *.swo
148  
149 # svn
150 .svn
151
152 # Remainings from resolvings conflicts in Source Control
153 *.orig
154
155 # SQL Server files
156 **/App_Data/*.mdf
157 **/App_Data/*.ldf
158 **/App_Data/*.sdf
159
160
161 #LightSwitch generated files
162 GeneratedArtifacts/
163 _Pvt_Extensions/
164 ModelManifest.xml
165
166 # =========================
167 # Windows detritus
168 # =========================
169
170 # Windows image file caches
171 Thumbs.db
172 ehthumbs.db
173
174 # Folder config file
175 Desktop.ini
176
177 # Recycle Bin used on file shares
178 $RECYCLE.BIN/
179
180 # Mac desktop service store files
181 .DS_Store
182
183 # SASS Compiler cache
184 .sass-cache
185
186 # Visual Studio 2014 CTP
187 **/*.sln.ide
188
189 # Visual Studio temp something
190 .vs/
191
192 #####
193 # End of core ignore list, below put you custom 'per project' settings (patterns or path)
194 #####
195
196 *.csproj.user
197 *.lock.json
198
199 # cscope/ctags
200 cscope.files
201 cscope.out
202 tags
203
204 # svace files
205 warnings.txt
206 warn-settings.csharp.txt
207 .svace-dir
208 CompilationErrors-*.txt
209
210 # exceptional allowed binaries
211 !tools/bin/
212 !packaging/*.nupkg