More administrivia.
This commit is contained in:
25
example/.gitignore
vendored
25
example/.gitignore
vendored
@@ -1,3 +1,28 @@
|
|||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/audio
|
||||||
|
/cdchange
|
||||||
|
/cdio-eject
|
||||||
|
/cdtext
|
||||||
|
/device
|
||||||
|
/drives
|
||||||
|
/eject
|
||||||
|
/isofile
|
||||||
|
/isofile2
|
||||||
|
/isofuzzy
|
||||||
|
/isolist
|
||||||
|
/isolsn
|
||||||
|
/mmc1
|
||||||
|
/mmc2
|
||||||
|
/mmc2a
|
||||||
|
/mmc3
|
||||||
|
/paranoia
|
||||||
|
/paranoia2
|
||||||
|
/sample3
|
||||||
|
/sample4
|
||||||
|
/tracks
|
||||||
|
/udf1
|
||||||
|
/udffile
|
||||||
|
|||||||
5
lib/cdda_interface/.gitignore
vendored
5
lib/cdda_interface/.gitignore
vendored
@@ -1,3 +1,8 @@
|
|||||||
|
/*.lo
|
||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/libcdio_cdda.la
|
||||||
|
/libcdio_cdda.la.ver
|
||||||
|
|||||||
4
lib/cdio++/.gitignore
vendored
4
lib/cdio++/.gitignore
vendored
@@ -1,3 +1,7 @@
|
|||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/*.lo
|
||||||
|
/*.la
|
||||||
|
/*.o
|
||||||
|
|||||||
5
lib/driver/.gitignore
vendored
5
lib/driver/.gitignore
vendored
@@ -1,3 +1,8 @@
|
|||||||
|
/*.lo
|
||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/libcdio.la
|
||||||
|
/libcdio.la.ver
|
||||||
|
|||||||
5
lib/iso9660/.gitignore
vendored
5
lib/iso9660/.gitignore
vendored
@@ -1,3 +1,8 @@
|
|||||||
|
/*.lo
|
||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/libiso9660.la
|
||||||
|
/libiso9660.la.ver
|
||||||
|
|||||||
5
lib/paranoia/.gitignore
vendored
5
lib/paranoia/.gitignore
vendored
@@ -1,3 +1,8 @@
|
|||||||
|
/*.lo
|
||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/libcdio_paranoia.la
|
||||||
|
/libcdio_paranoia.la.ver
|
||||||
|
|||||||
4
lib/udf/.gitignore
vendored
4
lib/udf/.gitignore
vendored
@@ -1,3 +1,7 @@
|
|||||||
|
/*.la
|
||||||
|
/*.lo
|
||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
|||||||
14
src/.gitignore
vendored
14
src/.gitignore
vendored
@@ -1,3 +1,17 @@
|
|||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/cd-drive
|
||||||
|
/cd-drive.1
|
||||||
|
/cd-info
|
||||||
|
/cd-info.1
|
||||||
|
/cd-read
|
||||||
|
/cd-read.1
|
||||||
|
/cdda-player
|
||||||
|
/iso-info
|
||||||
|
/iso-info.1
|
||||||
|
/iso-read
|
||||||
|
/iso-read.1
|
||||||
|
/mmc-tool
|
||||||
|
|||||||
5
src/cd-paranoia/.gitignore
vendored
5
src/cd-paranoia/.gitignore
vendored
@@ -1,3 +1,8 @@
|
|||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/cd-paranoia
|
||||||
|
/usage.h
|
||||||
|
/usage.txt
|
||||||
|
|||||||
18
test/.gitignore
vendored
18
test/.gitignore
vendored
@@ -1,12 +1,30 @@
|
|||||||
|
/*.o
|
||||||
/.deps
|
/.deps
|
||||||
|
/.libs
|
||||||
/Makefile
|
/Makefile
|
||||||
/Makefile.in
|
/Makefile.in
|
||||||
|
/cdda-1.raw
|
||||||
|
/cdda-2.raw
|
||||||
|
/cdda-good.raw
|
||||||
|
/cdda-jitter.raw
|
||||||
|
/cdda-underrun.raw
|
||||||
/check_common_fn
|
/check_common_fn
|
||||||
/check_cue.sh
|
/check_cue.sh
|
||||||
/check_iso.sh
|
/check_iso.sh
|
||||||
/check_nrg.sh
|
/check_nrg.sh
|
||||||
/check_paranoia.sh
|
/check_paranoia.sh
|
||||||
|
/check_sizeof
|
||||||
|
/testassert
|
||||||
|
/testbincue
|
||||||
/testbincue.c
|
/testbincue.c
|
||||||
|
/testischar
|
||||||
|
/testiso9660
|
||||||
|
/testisocd
|
||||||
|
/testisocd2
|
||||||
/testisocd2.c
|
/testisocd2.c
|
||||||
|
/testnrg
|
||||||
/testnrg.c
|
/testnrg.c
|
||||||
|
/testparanoia
|
||||||
|
/testpregap
|
||||||
/testpregap.c
|
/testpregap.c
|
||||||
|
/testtoc
|
||||||
|
|||||||
Reference in New Issue
Block a user