summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Jennings <Stephen.G.Jennings@gmail.com>2011-10-16 20:20:59 -0700
committerStephen Jennings <Stephen.G.Jennings@gmail.com>2011-10-16 23:27:57 -0700
commit7b57b2eba436b91d6bcd2eb894d971ba4e994b11 (patch)
tree860a281fb6902c2e466f607851589932b61dc1d4
parent98b52a3fcd9a89cafdae2cd0d6adae7795b16000 (diff)
downloadOATH.Net-7b57b2eba436b91d6bcd2eb894d971ba4e994b11.zip
OATH.Net-7b57b2eba436b91d6bcd2eb894d971ba4e994b11.tar.gz
OATH.Net-7b57b2eba436b91d6bcd2eb894d971ba4e994b11.tar.bz2
Fix .gitignore hiding NUnit executables.
-rw-r--r--.gitignore1
-rw-r--r--Test.cmd2
-rw-r--r--packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exebin0 -> 7680 bytes
-rw-r--r--packages/NUnit.2.5.10.11092/tools/nunit-agent.exebin0 -> 7680 bytes
-rw-r--r--packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exebin0 -> 4608 bytes
-rw-r--r--packages/NUnit.2.5.10.11092/tools/nunit-console.exebin0 -> 4608 bytes
-rw-r--r--packages/NUnit.2.5.10.11092/tools/nunit-x86.exebin0 -> 5632 bytes
-rw-r--r--packages/NUnit.2.5.10.11092/tools/nunit.exebin0 -> 5632 bytes
-rw-r--r--packages/NUnit.2.5.10.11092/tools/pnunit-agent.exebin0 -> 13824 bytes
-rw-r--r--packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exebin0 -> 24576 bytes
-rw-r--r--packages/NUnit.2.5.10.11092/tools/runFile.exebin0 -> 3072 bytes
11 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index df2e0c0..e4a9be4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,6 @@
*.aps
*.cache
-*.exe
*.ilk
*.lib
*.log
diff --git a/Test.cmd b/Test.cmd
index bb44e51..203995e 100644
--- a/Test.cmd
+++ b/Test.cmd
@@ -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
new file mode 100644
index 0000000..ebcee1b
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe
Binary files differ
diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe b/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe
new file mode 100644
index 0000000..ec41f32
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe
Binary files differ
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
new file mode 100644
index 0000000..e08ac9c
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe
Binary files differ
diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-console.exe b/packages/NUnit.2.5.10.11092/tools/nunit-console.exe
new file mode 100644
index 0000000..1544a9d
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/nunit-console.exe
Binary files differ
diff --git a/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe b/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe
new file mode 100644
index 0000000..fd342c0
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe
Binary files differ
diff --git a/packages/NUnit.2.5.10.11092/tools/nunit.exe b/packages/NUnit.2.5.10.11092/tools/nunit.exe
new file mode 100644
index 0000000..ad8b08a
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/nunit.exe
Binary files differ
diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe b/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe
new file mode 100644
index 0000000..7a555e1
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe
Binary files differ
diff --git a/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe b/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe
new file mode 100644
index 0000000..c70e58e
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe
Binary files differ
diff --git a/packages/NUnit.2.5.10.11092/tools/runFile.exe b/packages/NUnit.2.5.10.11092/tools/runFile.exe
new file mode 100644
index 0000000..a794458
--- /dev/null
+++ b/packages/NUnit.2.5.10.11092/tools/runFile.exe
Binary files differ