summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2011-03-26 03:57:52 +0100
committerTreeki <treeki@gmail.com>2011-03-26 03:57:52 +0100
commite00b60edda34f50baaa0a21cf2bae4fcad1609a4 (patch)
tree99dab852d72269c1c1b475a9971344a3e913daf2
parentfd085848e60831a8582c24de8f30ad4528f9d490 (diff)
downloadnw4rtools-e00b60edda34f50baaa0a21cf2bae4fcad1609a4.tar.gz
nw4rtools-e00b60edda34f50baaa0a21cf2bae4fcad1609a4.zip
finally got around to adding gitignore and removing binaries
-rw-r--r--.gitignore3
-rwxr-xr-xConsoleApp/bin/Debug/ConsoleApp.exebin12288 -> 0 bytes
-rw-r--r--ConsoleApp/bin/Debug/ConsoleApp.exe.mdbbin2945 -> 0 bytes
-rwxr-xr-xConsoleApp/bin/Debug/NW4RTools.dllbin239104 -> 0 bytes
-rw-r--r--ConsoleApp/bin/Debug/NW4RTools.dll.mdbbin114935 -> 0 bytes
-rw-r--r--ConsoleApp/bin/Debug/OpenTK.dllbin2719744 -> 0 bytes
-rw-r--r--ConsoleApp/bin/Debug/OpenTK.dll.config12
-rwxr-xr-xNW4RTools/bin/Debug/NW4RTools.dllbin239104 -> 0 bytes
-rw-r--r--NW4RTools/bin/Debug/NW4RTools.dll.mdbbin114935 -> 0 bytes
-rw-r--r--NW4RTools/bin/Debug/OpenTK.dllbin2719744 -> 0 bytes
-rw-r--r--NW4RTools/bin/Debug/OpenTK.dll.config12
-rwxr-xr-xTestApp/bin/Debug/NW4RTools.dllbin239104 -> 0 bytes
-rw-r--r--TestApp/bin/Debug/NW4RTools.dll.mdbbin114935 -> 0 bytes
-rw-r--r--TestApp/bin/Debug/OpenTK.dllbin2719744 -> 0 bytes
-rw-r--r--TestApp/bin/Debug/OpenTK.dll.config12
-rwxr-xr-xTestApp/bin/Debug/TestApp.exebin6656 -> 0 bytes
-rw-r--r--TestApp/bin/Debug/TestApp.exe.mdbbin1181 -> 0 bytes
17 files changed, 3 insertions, 36 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0a1b208
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*/bin/Debug
+*/bin/Release
+
diff --git a/ConsoleApp/bin/Debug/ConsoleApp.exe b/ConsoleApp/bin/Debug/ConsoleApp.exe
deleted file mode 100755
index 0b677f2..0000000
--- a/ConsoleApp/bin/Debug/ConsoleApp.exe
+++ /dev/null
Binary files differ
diff --git a/ConsoleApp/bin/Debug/ConsoleApp.exe.mdb b/ConsoleApp/bin/Debug/ConsoleApp.exe.mdb
deleted file mode 100644
index fa4218f..0000000
--- a/ConsoleApp/bin/Debug/ConsoleApp.exe.mdb
+++ /dev/null
Binary files differ
diff --git a/ConsoleApp/bin/Debug/NW4RTools.dll b/ConsoleApp/bin/Debug/NW4RTools.dll
deleted file mode 100755
index 3e86a0a..0000000
--- a/ConsoleApp/bin/Debug/NW4RTools.dll
+++ /dev/null
Binary files differ
diff --git a/ConsoleApp/bin/Debug/NW4RTools.dll.mdb b/ConsoleApp/bin/Debug/NW4RTools.dll.mdb
deleted file mode 100644
index 1bff220..0000000
--- a/ConsoleApp/bin/Debug/NW4RTools.dll.mdb
+++ /dev/null
Binary files differ
diff --git a/ConsoleApp/bin/Debug/OpenTK.dll b/ConsoleApp/bin/Debug/OpenTK.dll
deleted file mode 100644
index afff0dd..0000000
--- a/ConsoleApp/bin/Debug/OpenTK.dll
+++ /dev/null
Binary files differ
diff --git a/ConsoleApp/bin/Debug/OpenTK.dll.config b/ConsoleApp/bin/Debug/OpenTK.dll.config
deleted file mode 100644
index 99aef86..0000000
--- a/ConsoleApp/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/NW4RTools/bin/Debug/NW4RTools.dll b/NW4RTools/bin/Debug/NW4RTools.dll
deleted file mode 100755
index 3e86a0a..0000000
--- a/NW4RTools/bin/Debug/NW4RTools.dll
+++ /dev/null
Binary files differ
diff --git a/NW4RTools/bin/Debug/NW4RTools.dll.mdb b/NW4RTools/bin/Debug/NW4RTools.dll.mdb
deleted file mode 100644
index 1bff220..0000000
--- a/NW4RTools/bin/Debug/NW4RTools.dll.mdb
+++ /dev/null
Binary files differ
diff --git a/NW4RTools/bin/Debug/OpenTK.dll b/NW4RTools/bin/Debug/OpenTK.dll
deleted file mode 100644
index afff0dd..0000000
--- a/NW4RTools/bin/Debug/OpenTK.dll
+++ /dev/null
Binary files differ
diff --git a/NW4RTools/bin/Debug/OpenTK.dll.config b/NW4RTools/bin/Debug/OpenTK.dll.config
deleted file mode 100644
index 99aef86..0000000
--- a/NW4RTools/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/NW4RTools.dll b/TestApp/bin/Debug/NW4RTools.dll
deleted file mode 100755
index 3e86a0a..0000000
--- a/TestApp/bin/Debug/NW4RTools.dll
+++ /dev/null
Binary files differ
diff --git a/TestApp/bin/Debug/NW4RTools.dll.mdb b/TestApp/bin/Debug/NW4RTools.dll.mdb
deleted file mode 100644
index 1bff220..0000000
--- a/TestApp/bin/Debug/NW4RTools.dll.mdb
+++ /dev/null
Binary files differ
diff --git a/TestApp/bin/Debug/OpenTK.dll b/TestApp/bin/Debug/OpenTK.dll
deleted file mode 100644
index afff0dd..0000000
--- a/TestApp/bin/Debug/OpenTK.dll
+++ /dev/null
Binary files 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
--- a/TestApp/bin/Debug/TestApp.exe
+++ /dev/null
Binary files differ
diff --git a/TestApp/bin/Debug/TestApp.exe.mdb b/TestApp/bin/Debug/TestApp.exe.mdb
deleted file mode 100644
index 3f1eb72..0000000
--- a/TestApp/bin/Debug/TestApp.exe.mdb
+++ /dev/null
Binary files differ