From 6fcdb8130ad3ca9b18b8624b3207ed9bde162231 Mon Sep 17 00:00:00 2001 From: icedream Date: Sun, 4 Jan 2015 17:29:11 +0100 Subject: [PATCH] Gitignore giving me the headaches... --- .gitignore | 99 +++---------------------- packages/Fody.1.26.1/build/Fody.targets | 68 +++++++++++++++++ 2 files changed, 78 insertions(+), 89 deletions(-) create mode 100644 packages/Fody.1.26.1/build/Fody.targets diff --git a/.gitignore b/.gitignore index fd5204b..28bf503 100644 --- a/.gitignore +++ b/.gitignore @@ -7,16 +7,8 @@ *.sln.docstates # Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -build/ -bld/ -[Bb]in/ -[Oo]bj/ +bin/ +obj/ # Roslyn cache directories *.ide/ @@ -25,51 +17,10 @@ bld/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -#NUNIT +# NUNIT *.VisualState.xml TestResult.xml -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.pch -*.pdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opensdf -*.sdf -*.cachefile - # Visual Studio profiler *.psess *.vsp @@ -78,10 +29,7 @@ ipch/ # TFS 2012 Local Workspace $tf/ -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in +# ReSharper _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user @@ -103,12 +51,6 @@ _NCrunch_* *.mm.* AutoTest.Net/ -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - # DocProject is a documentation generator add-in DocProject/buildhelp/ DocProject/Help/*.HxT @@ -122,30 +64,16 @@ DocProject/Help/html # Click-Once directory publish/ -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - # NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/packages/* -# except build/, which is used as an MSBuild target. -!**/packages/build/ -# If using the old MSBuild-Integrated Package Restore, uncomment this: -#!**/packages/repositories.config +packages/* +!packages/Fody.1.26.1 +packages/Fody.*/* +!packages/Fody.*/build # Windows Azure Build Output csx/ *.build.csdef -# Windows Store app package directory -AppPackages/ - # Others sql/ *.Cache @@ -157,10 +85,8 @@ ClientBin/ *.dbproj.schemaview *.pfx *.publishsettings -node_modules/ - -# RIA/Silverlight projects -Generated_Code/ +*.sdf +*.opensdf # Backup & report files from converting an old project file # to a newer Visual Studio version. Backup files are not needed, @@ -174,10 +100,5 @@ UpgradeLog*.htm *.mdf *.ldf -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings - # Microsoft Fakes FakesAssemblies/ diff --git a/packages/Fody.1.26.1/build/Fody.targets b/packages/Fody.1.26.1/build/Fody.targets new file mode 100644 index 0000000..a8b23c6 --- /dev/null +++ b/packages/Fody.1.26.1/build/Fody.targets @@ -0,0 +1,68 @@ + + + + + + $(NCrunchOriginalSolutionDir) + + + + + $(SolutionDir) + + + + + $(MSBuildProjectDirectory)..\..\..\ + + + + + + + $(KeyOriginatorFile) + + + + + $(AssemblyOriginatorKeyFile) + + + + + + + + + + $(ProjectDir)$(IntermediateOutputPath) + $(SignAssembly) + $(MSBuildThisFileDirectory)..\ + + + + + + + + + + + + + \ No newline at end of file