|
1 | | -ここにあった更新履歴は、やねうら王Wikiに移動しました。 |
| 1 | +## Ignore Visual Studio temporary files, build results, and |
| 2 | +## files generated by popular Visual Studio add-ons. |
2 | 3 |
|
3 | | -やねうら王 Wiki : https://github.com/yaneurao/YaneuraOu/wiki/ |
| 4 | +# added by yaneurao |
4 | 5 |
|
5 | | -やねうら王の更新履歴 - やねうら王 Wiki : https://github.com/yaneurao/YaneuraOu/wiki/%E3%82%84%E3%81%AD%E3%81%86%E3%82%89%E7%8E%8B%E3%81%AE%E6%9B%B4%E6%96%B0%E5%B1%A5%E6%AD%B4 |
| 6 | +# *.gitattributes |
| 7 | +# *.gitignore |
| 8 | +*.bat |
| 9 | +*.rb |
| 10 | +YaneuraOu_backup*.lnk |
| 11 | +バージョン履歴.txt |
| 12 | +実験記録*.txt |
| 13 | +開発メモ2017.txt |
| 14 | +コマンドのメモ.txt |
| 15 | +*.bak |
| 16 | +*Private.* |
| 17 | +*.vspx |
| 18 | +*~ |
| 19 | +~* |
| 20 | +.*/ |
| 21 | +!.github/ |
| 22 | +*.nnue |
| 23 | +*.nnue.* |
| 24 | +*.result.txt |
6 | 25 |
|
7 | | -リンクの貼り替えに御協力お願い致しますm(_ _)m |
| 26 | +# embedded_nnue.cpp |
| 27 | +embedded_nnue.cpp |
| 28 | + |
| 29 | +# experimental |
| 30 | + |
| 31 | +evaluate_experimental.* |
| 32 | + |
| 33 | +# cf. https://twitter.com/496_/status/673758920846917632 |
| 34 | +YaneuraOu.VC.opendb |
| 35 | +YaneuraOu.VC.db |
| 36 | +YaneuraOu.VC.VC.opendb |
| 37 | + |
| 38 | + |
| 39 | +# User-specific files |
| 40 | +*.suo |
| 41 | +*.user |
| 42 | +*.userosscache |
| 43 | +*.sln.docstates |
| 44 | + |
| 45 | +# User-specific files (MonoDevelop/Xamarin Studio) |
| 46 | +*.userprefs |
| 47 | + |
| 48 | +# Build results |
| 49 | +[Dd]ebug/ |
| 50 | +[Dd]ebugPublic/ |
| 51 | +[Rr]elease/ |
| 52 | +[Rr]eleases/ |
| 53 | +x64/ |
| 54 | +x86/ |
| 55 | +build/ |
| 56 | +bld/ |
| 57 | +[Bb]in/ |
| 58 | +[Oo]bj/ |
| 59 | +exe/ |
| 60 | +npmpackages/**/lib/* |
| 61 | + |
| 62 | +# Visual Studio 2015 cache/options directory |
| 63 | +.vs/ |
| 64 | +enc_temp_folder |
| 65 | + |
| 66 | +# MSTest test Results |
| 67 | +[Tt]est[Rr]esult*/ |
| 68 | +[Bb]uild[Ll]og.* |
| 69 | + |
| 70 | +# NUNIT |
| 71 | +*.VisualState.xml |
| 72 | +TestResult.xml |
| 73 | + |
| 74 | +# Build Results of an ATL Project |
| 75 | +[Dd]ebugPS/ |
| 76 | +[Rr]eleasePS/ |
| 77 | +dlldata.c |
| 78 | + |
| 79 | +# DNX |
| 80 | +project.lock.json |
| 81 | +artifacts/ |
| 82 | + |
| 83 | +*_i.c |
| 84 | +*_p.c |
| 85 | +*_i.h |
| 86 | +*.ilk |
| 87 | +*.meta |
| 88 | +*.obj |
| 89 | +*.pch |
| 90 | +*.pdb |
| 91 | +*.pgc |
| 92 | +*.pgd |
| 93 | +*.rsp |
| 94 | +*.sbr |
| 95 | +*.tlb |
| 96 | +*.tli |
| 97 | +*.tlh |
| 98 | +*.tmp |
| 99 | +*.tmp_proj |
| 100 | +*.log |
| 101 | +*.vspscc |
| 102 | +*.vssscc |
| 103 | +.builds |
| 104 | +*.pidb |
| 105 | +*.svclog |
| 106 | +*.scc |
| 107 | + |
| 108 | +# Chutzpah Test files |
| 109 | +_Chutzpah* |
| 110 | + |
| 111 | +# Visual C++ cache files |
| 112 | +ipch/ |
| 113 | +*.aps |
| 114 | +*.ncb |
| 115 | +*.opensdf |
| 116 | +*.sdf |
| 117 | +*.cachefile |
| 118 | + |
| 119 | +# Visual Studio profiler |
| 120 | +*.psess |
| 121 | +*.vsp |
| 122 | +*.vspx |
| 123 | + |
| 124 | +# TFS 2012 Local Workspace |
| 125 | +$tf/ |
| 126 | + |
| 127 | +# Guidance Automation Toolkit |
| 128 | +*.gpState |
| 129 | + |
| 130 | +# ReSharper is a .NET coding add-in |
| 131 | +_ReSharper*/ |
| 132 | +*.[Rr]e[Ss]harper |
| 133 | +*.DotSettings.user |
| 134 | + |
| 135 | +# JustCode is a .NET coding add-in |
| 136 | +.JustCode |
| 137 | + |
| 138 | +# TeamCity is a build add-in |
| 139 | +_TeamCity* |
| 140 | + |
| 141 | +# DotCover is a Code Coverage Tool |
| 142 | +*.dotCover |
| 143 | + |
| 144 | +# NCrunch |
| 145 | +_NCrunch_* |
| 146 | +.*crunch*.local.xml |
| 147 | + |
| 148 | +# MightyMoose |
| 149 | +*.mm.* |
| 150 | +AutoTest.Net/ |
| 151 | + |
| 152 | +# Web workbench (sass) |
| 153 | +.sass-cache/ |
| 154 | + |
| 155 | +# Installshield output folder |
| 156 | +[Ee]xpress/ |
| 157 | + |
| 158 | +# DocProject is a documentation generator add-in |
| 159 | +DocProject/buildhelp/ |
| 160 | +DocProject/Help/*.HxT |
| 161 | +DocProject/Help/*.HxC |
| 162 | +DocProject/Help/*.hhc |
| 163 | +DocProject/Help/*.hhk |
| 164 | +DocProject/Help/*.hhp |
| 165 | +DocProject/Help/Html2 |
| 166 | +DocProject/Help/html |
| 167 | + |
| 168 | +# Click-Once directory |
| 169 | +publish/ |
| 170 | + |
| 171 | +# Publish Web Output |
| 172 | +*.[Pp]ublish.xml |
| 173 | +*.azurePubxml |
| 174 | +## TODO: Comment the next line if you want to checkin your |
| 175 | +## web deploy settings but do note that will include unencrypted |
| 176 | +## passwords |
| 177 | +#*.pubxml |
| 178 | + |
| 179 | +*.publishproj |
| 180 | + |
| 181 | +# NuGet Packages |
| 182 | +*.nupkg |
| 183 | +# The packages folder can be ignored because of Package Restore |
| 184 | +**/packages/* |
| 185 | +# except build/, which is used as an MSBuild target. |
| 186 | +!**/packages/build/ |
| 187 | +# Uncomment if necessary however generally it will be regenerated when needed |
| 188 | +#!**/packages/repositories.config |
| 189 | + |
| 190 | +# Windows Azure Build Output |
| 191 | +csx/ |
| 192 | +*.build.csdef |
| 193 | + |
| 194 | +# Windows Store app package directory |
| 195 | +AppPackages/ |
| 196 | + |
| 197 | +# Visual Studio cache files |
| 198 | +# files ending in .cache can be ignored |
| 199 | +*.[Cc]ache |
| 200 | +# but keep track of directories ending in .cache |
| 201 | +!*.[Cc]ache/ |
| 202 | + |
| 203 | +# Others |
| 204 | +ClientBin/ |
| 205 | +[Ss]tyle[Cc]op.* |
| 206 | +~$* |
| 207 | +*~ |
| 208 | +*.dbmdl |
| 209 | +*.dbproj.schemaview |
| 210 | +*.pfx |
| 211 | +*.publishsettings |
| 212 | +node_modules/ |
| 213 | +orleans.codegen.cs |
| 214 | + |
| 215 | +# RIA/Silverlight projects |
| 216 | +Generated_Code/ |
| 217 | + |
| 218 | +# Backup & report files from converting an old project file |
| 219 | +# to a newer Visual Studio version. Backup files are not needed, |
| 220 | +# because we have git ;-) |
| 221 | +_UpgradeReport_Files/ |
| 222 | +Backup*/ |
| 223 | +UpgradeLog*.XML |
| 224 | +UpgradeLog*.htm |
| 225 | + |
| 226 | +# SQL Server files |
| 227 | +*.mdf |
| 228 | +*.ldf |
| 229 | + |
| 230 | +# Business Intelligence projects |
| 231 | +*.rdl.data |
| 232 | +*.bim.layout |
| 233 | +*.bim_*.settings |
| 234 | + |
| 235 | +# Microsoft Fakes |
| 236 | +FakesAssemblies/ |
| 237 | + |
| 238 | +# Node.js Tools for Visual Studio |
| 239 | +.ntvs_analysis.dat |
| 240 | + |
| 241 | +# Visual Studio 6 build log |
| 242 | +*.plg |
| 243 | + |
| 244 | +# Visual Studio 6 workspace options file |
| 245 | +*.opt |
| 246 | + |
| 247 | +# LightSwitch generated files |
| 248 | +GeneratedArtifacts/ |
| 249 | +_Pvt_Extensions/ |
| 250 | +ModelManifest.xml |
0 commit comments