Update .gitignore and remove the old repositories.config

pull/165/head
Oleg Nenashev 2016-12-09 02:07:18 +01:00
parent 12c16e40a7
commit 56883225eb
2 changed files with 3 additions and 8 deletions

7
.gitignore vendored
View File

@ -1,9 +1,8 @@
bin bin
obj obj
*.suo *.suo
/UpgradeLog.htm
/winsw.csproj.user
*.user *.user
/src/packages/NUnit.2.6.4 /eval
/src/packages/ILMerge.MSBuild.Tasks.1.0.0.3 /src/packages/
/winsw_key.snk /winsw_key.snk
/winsw_key.pfx

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<repositories>
<repository path="..\Tests\winswTests\packages.config" />
</repositories>