diff --git a/.gitignore b/.gitignore index c576684a..a2b25a90 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ _ReSharper.* *.tmp *.eprj spec/support/AssemblyInfo/AssemblyInfo.cs +spec/support/AssemblyInfo/AssemblyInfo.* spec/support/CodeCoverage/nunit/TestResult.xml spec/support/CodeCoverage/nunit/test-coverage.* spec/support/CodeCoverage/nunit/html diff --git a/README.markdown b/README.markdown index 2e4a4ccd..e90fefb0 100644 --- a/README.markdown +++ b/README.markdown @@ -71,11 +71,12 @@ Anyone can fork the main repository and submit patches, as well. And lastly, the ## Contributors -Many thanks for contributions to Albacore are due: +Many thanks for contributions to Albacore are due (in alphabetical order): -* [Ben Hall](http://github.com/benhall): SSH, SFTP, ZipDirectory, Rename, YAML auto config, Wiki pages, and other great additions -* [Steven Harman](http://github.com/stevenharman): Finding some wicked bugs, patching nunit test runner, and working on the nant task * [Andreone](http://github.com/Andreone): Significant Wiki contributions, questions and contributions on the google group +* [Ben Hall](http://github.com/benhall): SSH, SFTP, ZipDirectory, Rename, YAML auto config, Wiki pages, and many other great additions * [Brian Donahue](http://github.com/briandonahue): Inspiration and initial code for the ExpandTemplates task -* [Sean Biefeld](http://github.com/seanbiefeld): MSpecTestRunner for NCoverConsole * [Kevin Colyar](http://github.com/kevincolyar): Testing and updating of MSBuild to work with Cygwin +* [MarkWilk](http://github.com/markwilk): VB.NET Language Generator For The AssemblyInfo Task +* [Sean Biefeld](http://github.com/seanbiefeld): MSpecTestRunner for NCoverConsole +* [Steven Harman](http://github.com/stevenharman): Finding some wicked bugs, patching nunit test runner, and working on the nant task