diff --git a/example/.cvsignore b/example/.cvsignore index 99a14e50..1bac1ddd 100644 --- a/example/.cvsignore +++ b/example/.cvsignore @@ -10,8 +10,9 @@ copying device drives eject -iso? -iso?cpp +isofile +isofile2 +isolist isofuzzy mmc1 mmc2 diff --git a/example/C++/.cvsignore b/example/C++/.cvsignore index 872b540e..039f6ccf 100644 --- a/example/C++/.cvsignore +++ b/example/C++/.cvsignore @@ -5,9 +5,9 @@ Makefile.in copying device eject -iso1 -iso2 -iso3 +isolist +isofile +isofile2 mmc1 mmc2 paranoia diff --git a/example/C++/OO/.cvsignore b/example/C++/OO/.cvsignore index ea2ea761..65fe9555 100644 --- a/example/C++/OO/.cvsignore +++ b/example/C++/OO/.cvsignore @@ -8,10 +8,10 @@ copying device drives eject -iso1 -iso2 -iso3 iso4 +isofile2 +isofile +isolist mmc1 mmc2 tracks diff --git a/example/C++/README b/example/C++/README index b41430a7..f8731b1c 100644 --- a/example/C++/README +++ b/example/C++/README @@ -1,4 +1,4 @@ -$Id: README,v 1.2 2006/03/02 18:57:31 rocky Exp $ +$Id: README,v 1.3 2006/04/15 15:47:05 rocky Exp $ This directory contains some simple C++ examples of the use of the libcdio library. @@ -11,15 +11,15 @@ device.cpp: A program to show drivers installed and what the default eject.cpp: A program eject a CD from a CD-ROM drive and then close the door again. -iso1.cpp: A program to show using libiso9660 to list files in a - directory of an ISO-9660 image and give basic iso9660 - information. +isolist.cpp: A program to show using libiso9660 to list files in a + directory of an ISO-9660 image and give basic iso9660 + information. -iso2.cpp: A program to show using libiso9660 to extract a file - from a CDRWIN cue/bin CD image. +isofile.cpp: A program to show using libiso9660 to extract a file from an + ISO-9660 image. -iso3.cpp: A program to show using libiso9660 to extract a file from an - ISO-9660 image. +isofile2.cpp: A program to show using libiso9660 to extract a file + from a CDRWIN cue/bin CD image. mmc1.cpp: A program to show issuing a simple MMC command (INQUIRY).