diff options
author | Stephen Jennings <Stephen.G.Jennings@gmail.com> | 2011-10-16 20:20:59 -0700 |
---|---|---|
committer | Stephen Jennings <Stephen.G.Jennings@gmail.com> | 2011-10-16 23:27:57 -0700 |
commit | 7b57b2eba436b91d6bcd2eb894d971ba4e994b11 (patch) | |
tree | 860a281fb6902c2e466f607851589932b61dc1d4 | |
parent | 98b52a3fcd9a89cafdae2cd0d6adae7795b16000 (diff) | |
download | OATH.Net-7b57b2eba436b91d6bcd2eb894d971ba4e994b11.zip OATH.Net-7b57b2eba436b91d6bcd2eb894d971ba4e994b11.tar.gz OATH.Net-7b57b2eba436b91d6bcd2eb894d971ba4e994b11.tar.bz2 |
Fix .gitignore hiding NUnit executables.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Test.cmd | 2 | ||||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe | bin | 0 -> 7680 bytes | |||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/nunit-agent.exe | bin | 0 -> 7680 bytes | |||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/nunit-console.exe | bin | 0 -> 4608 bytes | |||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/nunit-x86.exe | bin | 0 -> 5632 bytes | |||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/nunit.exe | bin | 0 -> 5632 bytes | |||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe | bin | 0 -> 13824 bytes | |||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe | bin | 0 -> 24576 bytes | |||
-rw-r--r-- | packages/NUnit.2.5.10.11092/tools/runFile.exe | bin | 0 -> 3072 bytes |
11 files changed, 1 insertions, 2 deletions
@@ -14,7 +14,6 @@ *.aps *.cache -*.exe *.ilk *.lib *.log @@ -1 +1 @@ -.\packages\NUnit.2.5.10.11092\tools\nunit.exe .\OATH.Net.sln +start .\packages\NUnit.2.5.10.11092\tools\nunit.exe .\OATH.Net.sln diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe b/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe Binary files differnew file mode 100644 index 0000000..ebcee1b --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe b/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe Binary files differnew file mode 100644 index 0000000..ec41f32 --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe b/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe Binary files differnew file mode 100644 index 0000000..e08ac9c --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-console.exe b/packages/NUnit.2.5.10.11092/tools/nunit-console.exe Binary files differnew file mode 100644 index 0000000..1544a9d --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/nunit-console.exe diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe b/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe Binary files differnew file mode 100644 index 0000000..fd342c0 --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe diff --git a/packages/NUnit.2.5.10.11092/tools/nunit.exe b/packages/NUnit.2.5.10.11092/tools/nunit.exe Binary files differnew file mode 100644 index 0000000..ad8b08a --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/nunit.exe diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe b/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe Binary files differnew file mode 100644 index 0000000..7a555e1 --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe b/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe Binary files differnew file mode 100644 index 0000000..c70e58e --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe diff --git a/packages/NUnit.2.5.10.11092/tools/runFile.exe b/packages/NUnit.2.5.10.11092/tools/runFile.exe Binary files differnew file mode 100644 index 0000000..a794458 --- /dev/null +++ b/packages/NUnit.2.5.10.11092/tools/runFile.exe |