Fisheye: Tag 25085764d57164cf9c1f62cde843654f149b2398 refers to a dead (removed) revision in file `.gitgnore'. Fisheye: No comparison available. Pass `N' to diff? Index: .gitignore =================================================================== diff -u --- .gitignore (revision 0) +++ .gitignore (revision 25085764d57164cf9c1f62cde843654f149b2398) @@ -0,0 +1,55 @@ +*.suo +*.user +*.userosscache +*.sln.docstates +*.userprefs + +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ + +.vs/ +*.VisualState.xml +TestResult.xml + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# NuGet Packages +*.nupkg + +### Windows ### +# Windows thumbnail cache files +Thumbs.db +ehthumbs.db +ehthumbs_vista.db + +# Folder config file +Desktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msm +*.msp + +# Windows shortcuts +*.lnk \ No newline at end of file