1
- ############################################################
2
- ## .hgignore for Visual Studio projects
3
- ##
4
- ## Copy this file to the root of the project,
5
- ## rename it to ".hgignore",
6
- ## then add it to the repository.
7
- ############################################################
8
- syntax: glob
9
-
10
- *.sym
11
- *.SYM
12
- *.lst
13
- *.map
14
- *.noi
15
- *.rel
16
- *.REL
17
- *.hex
18
- *.HEX
19
- *.bin
20
- *.ihx
21
- *.IHX
22
- *.lk
23
- *.LK
24
- *.orig
25
- *.rej
26
-
27
- ## User-specific files
28
-
29
- *.suo
30
- Z80dotNet.v12.suo
31
- *.user
32
- *.sln.docstates
33
- *.cache
34
-
35
- ## Build results
36
-
37
- [Dd]ebug/
38
- [Rr]elease/
39
- x64/
40
- build/
41
- [Bb]in/
42
- [Oo]bj/
43
-
44
- ## MSTest test Results
45
-
46
- [Tt]est[Rr]esult*/
47
- [Bb]uild[Ll]og.*
48
- *_i.c
49
- *_p.c
50
- *.ilk
51
- *.meta
52
- *.obj
53
- *.pch
54
- *.pdb
55
- *.pgc
56
- *.pgd
57
- *.rsp
58
- *.sbr
59
- *.tlb
60
- *.tli
61
- *.tlh
62
- *.tmp
63
- *.tmp_proj
64
- *.log
65
- *.vspscc
66
- *.vssscc
67
- .builds
68
- *.pidb
69
- *.log
70
- *.scc
71
-
72
- ## Visual C++ cache files
73
-
74
- ipch/
75
- *.aps
76
- *.ncb
77
- *.opensdf
78
- *.sdf
79
- *.cachefile
80
-
81
- ## Visual Studio profiler
82
-
83
- *.psess
84
- *.vsp
85
- *.vspx
86
-
87
- ## Guidance Automation Toolkit
88
-
89
- *.gpState
90
-
91
- ## ReSharper Ignores
92
-
93
- _ReSharper*/
94
- *.[Rr]e[Ss]harper
95
-
96
- ## TeamCity Ignores
97
- _TeamCity*
98
-
99
- ## DotCover Ignores
100
-
101
- *.dotCover
102
-
103
- ## NCrunch Ignores
104
-
105
- *.ncrunch*
106
- .*crunch*.local.xml
107
-
108
- ## Installshield output folder
109
- [Ee]xpress/
110
-
111
- ## DocProject Ignores
112
-
113
- DocProject/buildhelp/
114
- DocProject/Help/*.HxT
115
- DocProject/Help/*.HxC
116
- DocProject/Help/*.hhc
117
- DocProject/Help/*.hhk
118
- DocProject/Help/*.hhp
119
- DocProject/Help/Html2
120
- DocProject/Help/html
121
-
122
- ## Click-Once Ignores
123
-
124
- publish/
125
-
126
- ## Publish Web Output
127
-
128
- *.Publish.xml
129
- *.pubxml
130
-
131
- ## Windows Azure Build Ignores
132
-
133
- csx
134
- *.build.csdef
135
-
136
- ## Windows Store Ignores
137
-
138
- AppPackages/
139
-
140
- ## RIA/Silverlight projects
141
-
142
- Generated_Code/
143
-
144
- ## SQL Server Ignores
145
-
146
- App_Data/*.mdf
147
- App_Data/*.ldf
148
-
149
- ## Backup & Report Files when converting a solution
150
- ## Not required, we have mercurial!
151
-
152
- _UpgradeReport_Files/
153
- Backup*/
154
- UpgradeLog*.XML
155
- UpgradeLog*.htm
156
-
157
- ## NuGet
158
- packages/
159
- *.nupkg
160
-
161
- ## Miscellaneous Ignores
162
-
163
- sql/
164
- *.Cache
165
- ClientBin/
166
- [Ss]tyle[Cc]op.*
167
- ~$*
168
- *~
169
- *.dbmdl
170
- *.[Pp]ublish.xml
171
- *.pfx
172
- *.publishsettings
173
-
174
- ## Windows Ignores
175
-
176
- $RECYCLE.BIN/
177
- Thumbs.db
178
- ehthumbs.db
179
- Desktop.ini
180
-
181
- ## Private Files
182
-
183
- App_Data/*
184
-
1
+ # ###########################################################
2
+ # # .hgignore for Visual Studio projects
3
+ # #
4
+ # # Copy this file to the root of the project,
5
+ # # rename it to ".hgignore",
6
+ # # then add it to the repository.
7
+ # ###########################################################
8
+ syntax: glob
9
+
10
+ * .sym
11
+ * .SYM
12
+ * .lst
13
+ * .map
14
+ * .noi
15
+ * .rel
16
+ * .REL
17
+ * .hex
18
+ * .HEX
19
+ * .bin
20
+ * .ihx
21
+ * .IHX
22
+ * .lk
23
+ * .LK
24
+ * .orig
25
+ * .rej
26
+
27
+ # # User-specific files
28
+
29
+ * .suo
30
+ Z80dotNet.v12.suo
31
+ * .user
32
+ * .sln.docstates
33
+ * .cache
34
+
35
+ # # Build results
36
+
37
+ [Dd ]ebug /
38
+ [Rr ]elease /
39
+ x64 /
40
+ build /
41
+ [Bb ]in /
42
+ [Oo ]bj /
43
+
44
+ # # MSTest test Results
45
+
46
+ [Tt ]est [Rr ]esult * /
47
+ [Bb ]uild [Ll ]og. *
48
+ * _i.c
49
+ * _p.c
50
+ * .ilk
51
+ * .meta
52
+ * .obj
53
+ * .pch
54
+ * .pdb
55
+ * .pgc
56
+ * .pgd
57
+ * .rsp
58
+ * .sbr
59
+ * .tlb
60
+ * .tli
61
+ * .tlh
62
+ * .tmp
63
+ * .tmp_proj
64
+ * .log
65
+ * .vspscc
66
+ * .vssscc
67
+ .builds
68
+ * .pidb
69
+ * .log
70
+ * .scc
71
+
72
+ # # Visual C++ cache files
73
+
74
+ ipch /
75
+ * .aps
76
+ * .ncb
77
+ * .opensdf
78
+ * .sdf
79
+ * .cachefile
80
+
81
+ # # Visual Studio profiler
82
+
83
+ * .psess
84
+ * .vsp
85
+ * .vspx
86
+
87
+ # # Guidance Automation Toolkit
88
+
89
+ * .gpState
90
+
91
+ # # ReSharper Ignores
92
+
93
+ _ReSharper * /
94
+ * . [Rr ]e [Ss ]harper
95
+
96
+ # # TeamCity Ignores
97
+ _TeamCity *
98
+
99
+ # # DotCover Ignores
100
+
101
+ * .dotCover
102
+
103
+ # # NCrunch Ignores
104
+
105
+ * .ncrunch *
106
+ . * crunch * .local.xml
107
+
108
+ # # Installshield output folder
109
+ [Ee ]xpress /
110
+
111
+ # # DocProject Ignores
112
+
113
+ DocProject /buildhelp /
114
+ DocProject /Help /* .HxT
115
+ DocProject /Help /* .HxC
116
+ DocProject /Help /* .hhc
117
+ DocProject /Help /* .hhk
118
+ DocProject /Help /* .hhp
119
+ DocProject /Help /Html2
120
+ DocProject /Help /html
121
+
122
+ # # Click-Once Ignores
123
+
124
+ publish /
125
+
126
+ # # Publish Web Output
127
+
128
+ * .Publish.xml
129
+ * .pubxml
130
+
131
+ # # Windows Azure Build Ignores
132
+
133
+ csx
134
+ * .build.csdef
135
+
136
+ # # Windows Store Ignores
137
+
138
+ AppPackages /
139
+
140
+ # # RIA/Silverlight projects
141
+
142
+ Generated_Code /
143
+
144
+ # # SQL Server Ignores
145
+
146
+ App_Data /* .mdf
147
+ App_Data /* .ldf
148
+
149
+ # # Backup & Report Files when converting a solution
150
+ # # Not required, we have mercurial!
151
+
152
+ _UpgradeReport_Files /
153
+ Backup * /
154
+ UpgradeLog * .XML
155
+ UpgradeLog * .htm
156
+
157
+ # # NuGet
158
+ packages /
159
+ * .nupkg
160
+
161
+ # # Miscellaneous Ignores
162
+
163
+ sql /
164
+ * .Cache
165
+ ClientBin /
166
+ [Ss ]tyle [Cc ]op. *
167
+ ~$ *
168
+ * ~
169
+ * .dbmdl
170
+ * . [Pp ]ublish.xml
171
+ * .pfx
172
+ * .publishsettings
173
+
174
+ # # Windows Ignores
175
+
176
+ $RECYCLE.BIN /
177
+ Thumbs.db
178
+ ehthumbs.db
179
+ Desktop.ini
180
+
181
+ # # Private Files
182
+
183
+ App_Data /*
184
+
185
185
Help /
0 commit comments