From e00b60edda34f50baaa0a21cf2bae4fcad1609a4 Mon Sep 17 00:00:00 2001
From: Treeki <treeki@gmail.com>
Date: Sat, 26 Mar 2011 03:57:52 +0100
Subject: finally got around to adding gitignore and removing binaries

---
 TestApp/bin/Debug/NW4RTools.dll     | Bin 239104 -> 0 bytes
 TestApp/bin/Debug/NW4RTools.dll.mdb | Bin 114935 -> 0 bytes
 TestApp/bin/Debug/OpenTK.dll        | Bin 2719744 -> 0 bytes
 TestApp/bin/Debug/OpenTK.dll.config |  12 ------------
 TestApp/bin/Debug/TestApp.exe       | Bin 6656 -> 0 bytes
 TestApp/bin/Debug/TestApp.exe.mdb   | Bin 1181 -> 0 bytes
 6 files changed, 12 deletions(-)
 delete mode 100755 TestApp/bin/Debug/NW4RTools.dll
 delete mode 100644 TestApp/bin/Debug/NW4RTools.dll.mdb
 delete mode 100644 TestApp/bin/Debug/OpenTK.dll
 delete mode 100644 TestApp/bin/Debug/OpenTK.dll.config
 delete mode 100755 TestApp/bin/Debug/TestApp.exe
 delete mode 100644 TestApp/bin/Debug/TestApp.exe.mdb

(limited to 'TestApp/bin')

diff --git a/TestApp/bin/Debug/NW4RTools.dll b/TestApp/bin/Debug/NW4RTools.dll
deleted file mode 100755
index 3e86a0a..0000000
Binary files a/TestApp/bin/Debug/NW4RTools.dll and /dev/null differ
diff --git a/TestApp/bin/Debug/NW4RTools.dll.mdb b/TestApp/bin/Debug/NW4RTools.dll.mdb
deleted file mode 100644
index 1bff220..0000000
Binary files a/TestApp/bin/Debug/NW4RTools.dll.mdb and /dev/null differ
diff --git a/TestApp/bin/Debug/OpenTK.dll b/TestApp/bin/Debug/OpenTK.dll
deleted file mode 100644
index afff0dd..0000000
Binary files a/TestApp/bin/Debug/OpenTK.dll and /dev/null differ
diff --git a/TestApp/bin/Debug/OpenTK.dll.config b/TestApp/bin/Debug/OpenTK.dll.config
deleted file mode 100644
index 99aef86..0000000
--- a/TestApp/bin/Debug/OpenTK.dll.config
+++ /dev/null
@@ -1,12 +0,0 @@
-<configuration>
-  <dllmap os="linux" dll="opengl32.dll" target="libGL.so.1"/>
-  <dllmap os="linux" dll="glu32.dll" target="libGLU.so.1"/>
-  <dllmap os="linux" dll="openal32.dll" target="libopenal.so.1"/>
-  <dllmap os="linux" dll="alut.dll" target="libalut.so.0"/>
-  <dllmap os="linux" dll="opencl.dll" target="libOpenCL.so"/>
-  <dllmap os="osx" dll="openal32.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
-  <dllmap os="osx" dll="alut.dll" target="/System/Library/Frameworks/OpenAL.framework/OpenAL" />
-  <dllmap os="osx" dll="libGLES.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
-  <dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
-  <dllmap os="osx" dll="opencl.dll" target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
-</configuration>
diff --git a/TestApp/bin/Debug/TestApp.exe b/TestApp/bin/Debug/TestApp.exe
deleted file mode 100755
index cb2f6f1..0000000
Binary files a/TestApp/bin/Debug/TestApp.exe and /dev/null differ
diff --git a/TestApp/bin/Debug/TestApp.exe.mdb b/TestApp/bin/Debug/TestApp.exe.mdb
deleted file mode 100644
index 3f1eb72..0000000
Binary files a/TestApp/bin/Debug/TestApp.exe.mdb and /dev/null differ
-- 
cgit v1.2.3