From 621daa77064de85bd840c7b50f677c2ba22d0d14 Mon Sep 17 00:00:00 2001 From: sojamo Date: Tue, 26 Aug 2014 16:22:26 +0800 Subject: [PATCH] .gitignore ignoring TODO and NOTES --- .gitignore | 3 ++- NOTES | 17 ----------------- TODO | 3 --- 3 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 NOTES delete mode 100644 TODO diff --git a/.gitignore b/.gitignore index 30c9a68..c3636d2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ target/ distribution/ lib/ data/ - +TODO +NOTES diff --git a/NOTES b/NOTES deleted file mode 100644 index c2c63e9..0000000 --- a/NOTES +++ /dev/null @@ -1,17 +0,0 @@ - - * binary hosting - 1) http://bintray.com - 2) http://www.sojamo.de/libraries/oscP5/oscP5.zip (this is where the most recent distribution is hosted which is also accessed by the PDE's Library Manager) - 3) code.google.com/p/oscp5/downloads (currently used as archive) - - * zeroconf - http://stackoverflow.com/questions/1233204/are-there-any-other-java-libraries-for-bonjour-zeroconf-apart-from-jmdns - http://stackoverflow.com/questions/13637613/bonjour-client-java - http://android.noisepages.com/2010/02/yes-android-can-do-zeroconfbonjour-jmdns/ - http://www.zeroconf.org/ - http://jmdns.sourceforge.net/ - - * A list of alternative networking libraries - http://stackoverflow.com/questions/788786/how-to-write-a-complete-server-client-communication-using-java-nio - - \ No newline at end of file diff --git a/TODO b/TODO deleted file mode 100644 index cee4b7e..0000000 --- a/TODO +++ /dev/null @@ -1,3 +0,0 @@ - -when plugging a boolean, which does not come with a value but only a type tag T and F, -the plug only works for true but fails for false \ No newline at end of file