Add "avi","flv","mkv","raw" format for output file in Video tab
[marukotoolbox.git] / .gitignore
blobf4d9885f5992d583bc715b13d84f596f422ae32b
1 ## Ignore Visual Studio temporary files, build results, and
2 ## files generated by popular Visual Studio add-ons.
4 # User-specific files
5 *.suo
6 *.user
7 *.sln.docstates
9 # toolchain
11 xiaowan/
13 # Build results
15 [Dd]ebug/
16 [Rr]elease/
17 x86/
18 x64/
19 build/
20 [Bb]in/
21 [Oo]bj/
22 *.csproj.FileListAbsolute.txt
24 # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
25 !packages/*/build/
27 # MSTest test Results
28 [Tt]est[Rr]esult*/
29 [Bb]uild[Ll]og.*
31 *_i.c
32 *_p.c
33 *.ilk
34 *.meta
35 *.obj
36 *.pch
37 *.pdb
38 *.pgc
39 *.pgd
40 *.rsp
41 *.sbr
42 *.tlb
43 *.tli
44 *.tlh
45 *.tmp
46 *.tmp_proj
47 *.log
48 *.vspscc
49 *.vssscc
50 .builds
51 *.pidb
52 *.log
53 *.scc
55 # Visual C++ cache files
56 ipch/
57 *.aps
58 *.ncb
59 *.opensdf
60 *.sdf
61 *.cachefile
63 # Visual Studio profiler
64 *.psess
65 *.vsp
66 *.vspx
68 # Guidance Automation Toolkit
69 *.gpState
71 # ReSharper is a .NET coding add-in
72 _ReSharper*/
73 *.[Rr]e[Ss]harper
75 # TeamCity is a build add-in
76 _TeamCity*
78 # DotCover is a Code Coverage Tool
79 *.dotCover
81 # NCrunch
82 *.ncrunch*
83 .*crunch*.local.xml
85 # Installshield output folder
86 [Ee]xpress/
88 # DocProject is a documentation generator add-in
89 DocProject/buildhelp/
90 DocProject/Help/*.HxT
91 DocProject/Help/*.HxC
92 DocProject/Help/*.hhc
93 DocProject/Help/*.hhk
94 DocProject/Help/*.hhp
95 DocProject/Help/Html2
96 DocProject/Help/html
98 # Click-Once directory
99 publish/
101 # Publish Web Output
102 *.Publish.xml
104 # NuGet Packages Directory
105 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
106 #packages/
108 # Windows Azure Build Output
110 *.build.csdef
112 # Windows Store app package directory
113 AppPackages/
115 # Others
116 sql/
117 *.Cache
118 ClientBin/
119 [Ss]tyle[Cc]op.*
122 *.dbmdl
123 *.[Pp]ublish.xml
124 *.pfx
125 *.publishsettings
127 # RIA/Silverlight projects
128 Generated_Code/
130 # Backup & report files from converting an old project file to a newer
131 # Visual Studio version. Backup files are not needed, because we have git ;-)
132 _UpgradeReport_Files/
133 Backup*/
134 UpgradeLog*.XML
135 UpgradeLog*.htm
137 # SQL Server files
138 App_Data/*.mdf
139 App_Data/*.ldf
142 #LightSwitch generated files
143 GeneratedArtifacts/
144 _Pvt_Extensions/
145 ModelManifest.xml
147 # =========================
148 # Windows detritus
149 # =========================
151 # Windows image file caches
152 Thumbs.db
153 ehthumbs.db
155 # Folder config file
156 Desktop.ini
158 # Recycle Bin used on file shares
159 $RECYCLE.BIN/
161 # Mac desktop service store files
162 .DS_Store