From 5b4558b12c7cf3a626be50fa90782b80c96a2a12 Mon Sep 17 00:00:00 2001 From: icedream Date: Sun, 4 Jan 2015 17:30:08 +0100 Subject: [PATCH] Slowly getting to it with gitignore... --- .gitignore | 6 ++---- .../build/net40/LibGit2Sharp.props | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 packages/LibGit2Sharp.0.20.1.0/build/net40/LibGit2Sharp.props diff --git a/.gitignore b/.gitignore index 28bf503..ef9d403 100644 --- a/.gitignore +++ b/.gitignore @@ -65,10 +65,8 @@ DocProject/Help/html publish/ # NuGet Packages -packages/* -!packages/Fody.1.26.1 -packages/Fody.*/* -!packages/Fody.*/build +packages/*/* +!packages/*/build # Windows Azure Build Output csx/ diff --git a/packages/LibGit2Sharp.0.20.1.0/build/net40/LibGit2Sharp.props b/packages/LibGit2Sharp.0.20.1.0/build/net40/LibGit2Sharp.props new file mode 100644 index 0000000..e1fd17c --- /dev/null +++ b/packages/LibGit2Sharp.0.20.1.0/build/net40/LibGit2Sharp.props @@ -0,0 +1,21 @@ + + + + + NativeBinaries\amd64\git2-91fa31f.dll + PreserveNewest + + + NativeBinaries\amd64\git2-91fa31f.pdb + PreserveNewest + + + NativeBinaries\x86\git2-91fa31f.dll + PreserveNewest + + + NativeBinaries\x86\git2-91fa31f.pdb + PreserveNewest + + +