[libdmapsharing] Add .gitignore, add media/another-test.mp3 and update TODO Signed-off-by: W. Michael Petullo <mike f



commit 5af54d5eba271be70493ba4448a37b4c7c64dc86
Author: W. Michael Petullo <mike flyn org>
Date:   Tue Oct 12 22:15:36 2010 -0500

    Add .gitignore, add media/another-test.mp3 and update TODO
    Signed-off-by: W. Michael Petullo <mike flyn org>

 .gitignore             |   57 ++++++++++++++++++++++++++++++++++++++++++++++++
 TODO                   |    2 +-
 media/another-test.mp3 |    1 +
 3 files changed, 59 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..54f0292
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,57 @@
+Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+autoregen.sh
+configure
+config.*
+depcomp
+gtk-doc.make
+install-sh
+libdmapsharing*.pc
+libtool
+ltmain.sh
+missing
+stamp-h.in
+stamp-h1
+
+docs/.hierarchy
+docs/Makefile
+docs/Makefile.in
+docs/html/
+docs/libdmapsharing-overrides.txt
+docs/libdmapsharing-sections.txt
+docs/libdmapsharing.types
+docs/tmpl/
+
+libdmapsharing/.deps/
+libdmapsharing/.libs/
+libdmapsharing/Makefile
+libdmapsharing/Makefile.in
+libdmapsharing/dmap-config.h
+libdmapsharing/dmap-enums.c
+libdmapsharing/dmap-enums.h
+libdmapsharing/dmap-marshal.c
+libdmapsharing/dmap-marshal.h
+libdmapsharing/*.[oa]
+libdmapsharing/*.l[oa]
+
+m4/Makefile
+m4/Makefile.in
+m4/gtk-doc.m4
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+
+media/Makefile
+media/Makefile.in
+
+tests/.deps/
+tests/.libs/
+tests/Makefile
+tests/Makefile.in
+tests/*.o
+tests/test-dmap-client
+tests/test-dmap-server
diff --git a/TODO b/TODO
index 0e8a481..bebab2a 100644
--- a/TODO
+++ b/TODO
@@ -15,7 +15,7 @@ Functions that could be simplified:
 Something odd (as best as I can remember):
 	TunesRemote+ on Android emulator
 	Ryhthmbox on same machine
-	Two network interfaces (_touch-remote._tcp listed twice by avahi-browse)
+	Two network interfaces (i.e., _touch-remote._tcp listed twice by avahi-browse)
 	Rhythmbox:
 		Remote listed twice
 		If "wrong" remote selected:
diff --git a/media/another-test.mp3 b/media/another-test.mp3
new file mode 120000
index 0000000..51d612a
--- /dev/null
+++ b/media/another-test.mp3
@@ -0,0 +1 @@
+test.mp3
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]