MonoDevelop Addins: hello world, tyring to find all references and files in project
[CSharpForFun/.git] / .gitignore
1 <!DOCTYPE HTML>
2 <!DOCTYPE html PUBLIC "" ""><HTML><HEAD>
3 <META http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD>
4 <BODY>
5 <PRE>## Ignore Visual Studio temporary files, build results, and
6 ## files generated by popular Visual Studio add-ons.
7
8 # User-specific files
9 *.suo
10 *.user
11 *.sln.docstates
12 *.userprefs
13
14 # Build results
15 [Dd]ebug/
16 [Dd]ebugPublic/
17 [Rr]elease/
18 x64/
19 build/
20 bld/
21 [Bb]in/
22 [Oo]bj/
23
24 # MSTest test Results
25 [Tt]est[Rr]esult*/
26 [Bb]uild[Ll]og.*
27
28 #NUNIT
29 *.VisualState.xml
30 TestResult.xml
31
32 *_i.c
33 *_p.c
34 *_i.h
35 *.ilk
36 *.meta
37 *.obj
38 *.pch
39 *.pdb
40 *.pgc
41 *.pgd
42 *.rsp
43 *.sbr
44 *.tlb
45 *.tli
46 *.tlh
47 *.tmp
48 *.tmp_proj
49 *.log
50 *.vspscc
51 *.vssscc
52 .builds
53 *.pidb
54 *.svclog
55 *.scc
56
57 # Chutzpah Test files
58 _Chutzpah*
59
60 # Visual C++ cache files
61 ipch/
62 *.aps
63 *.ncb
64 *.opensdf
65 *.sdf
66 *.cachefile
67
68 # Visual Studio profiler
69 *.psess
70 *.vsp
71 *.vspx
72
73 # TFS 2012 Local Workspace
74 $tf/
75
76 # Guidance Automation Toolkit
77 *.gpState
78
79 # ReSharper is a .NET coding add-in
80 _ReSharper*/
81 *.[Rr]e[Ss]harper
82 *.DotSettings.user
83
84 # JustCode is a .NET coding addin-in
85 .JustCode
86
87 # TeamCity is a build add-in
88 _TeamCity*
89
90 # DotCover is a Code Coverage Tool
91 *.dotCover
92
93 # NCrunch
94 *.ncrunch*
95 _NCrunch_*
96 .*crunch*.local.xml
97
98 # MightyMoose
99 *.mm.*
100 AutoTest.Net/
101
102 # Web workbench (sass)
103 .sass-cache/
104
105 # Installshield output folder
106 [Ee]xpress/
107
108 # DocProject is a documentation generator add-in
109 DocProject/buildhelp/
110 DocProject/Help/*.HxT
111 DocProject/Help/*.HxC
112 DocProject/Help/*.hhc
113 DocProject/Help/*.hhk
114 DocProject/Help/*.hhp
115 DocProject/Help/Html2
116 DocProject/Help/html
117
118 # Click-Once directory
119 publish/
120
121 # Publish Web Output
122 *.[Pp]ublish.xml
123 *.azurePubxml
124
125 # NuGet Packages Directory
126 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
127 packages/
128 ## TODO: If the tool you use requires repositories.config, also uncomment the next line
129 !packages/repositories.config
130
131 # Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
132 # This line needs to be after the ignore of the build folder (and the packages folder if the line above has been uncommented)
133 !packages/build/
134
135 # Windows Azure Build Output
136 csx/
137 *.build.csdef
138
139 # Windows Store app package directory
140 AppPackages/
141
142 # Others
143 sql/
144 *.Cache
145 ClientBin/
146 [Ss]tyle[Cc]op.*
147 ~$*
148 *~
149 *.dbmdl
150 *.dbproj.schemaview
151 *.pfx
152 *.publishsettings
153 node_modules/
154
155 # RIA/Silverlight projects
156 Generated_Code/
157
158 # Backup &amp; report files from converting an old project file to a newer
159 # Visual Studio version. Backup files are not needed, because we have git ;-)
160 _UpgradeReport_Files/
161 Backup*/
162 UpgradeLog*.XML
163 UpgradeLog*.htm
164
165 # SQL Server files
166 App_Data/*.mdf
167 App_Data/*.ldf
168
169 # Business Intelligence projects
170 *.rdl.data
171 *.bim.layout
172 *.bim_*.settings
173
174 # Microsoft Fakes
175 FakesAssemblies/
176
177 # =========================
178 # Windows detritus
179 # =========================
180
181 # Windows image file caches
182 Thumbs.db
183 ehthumbs.db
184
185 # Folder config file
186 Desktop.ini
187
188 # Recycle Bin used on file shares
189 $RECYCLE.BIN/
190 </PRE></BODY></HTML>