.gitignore: add "/" prefixes
This commit is contained in:
parent
55e128cced
commit
fb5cf8e3ac
|
@ -6,68 +6,75 @@
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
*.exe
|
*.exe
|
||||||
|
|
||||||
|
*~
|
||||||
|
|
||||||
|
.#*
|
||||||
|
.stgit*
|
||||||
.deps
|
.deps
|
||||||
.dirstamp
|
.dirstamp
|
||||||
Makefile
|
|
||||||
Makefile.in
|
tags
|
||||||
aclocal.m4
|
|
||||||
autom4te.cache
|
/Makefile
|
||||||
config.h
|
/Makefile.in
|
||||||
config.h.in
|
/aclocal.m4
|
||||||
config.log
|
/autom4te.cache
|
||||||
config.mk
|
/config.h
|
||||||
config.status
|
/config.h.in
|
||||||
config_detected.h
|
/config.log
|
||||||
config_detected.mk
|
/config.mk
|
||||||
configure
|
/config.status
|
||||||
configure.lineno
|
/config_detected.h
|
||||||
depmode
|
/config_detected.mk
|
||||||
libtool
|
/configure
|
||||||
ltmain.sh
|
/configure.lineno
|
||||||
mkinstalldirs
|
/depmode
|
||||||
|
/libtool
|
||||||
|
/ltmain.sh
|
||||||
|
/mkinstalldirs
|
||||||
/build
|
/build
|
||||||
/src/mpd
|
/src/mpd
|
||||||
/systemd/mpd.service
|
/systemd/mpd.service
|
||||||
stamp-h1
|
/stamp-h1
|
||||||
tags
|
|
||||||
*~
|
/src/dsd2pcm/dsd2pcm
|
||||||
.#*
|
/src/win32/mpd_win32_rc.rc
|
||||||
.stgit*
|
|
||||||
src/dsd2pcm/dsd2pcm
|
/doc/doxygen.conf
|
||||||
src/win32/mpd_win32_rc.rc
|
/doc/protocol.html
|
||||||
doc/doxygen.conf
|
/doc/protocol
|
||||||
doc/protocol.html
|
/doc/user
|
||||||
doc/protocol
|
/doc/developer
|
||||||
doc/user
|
/doc/sticker
|
||||||
doc/developer
|
/doc/api
|
||||||
doc/sticker
|
|
||||||
doc/api
|
/test/software_volume
|
||||||
test/software_volume
|
/test/run_convert
|
||||||
test/run_convert
|
/test/run_decoder
|
||||||
test/run_decoder
|
/test/read_tags
|
||||||
test/read_tags
|
/test/run_filter
|
||||||
test/run_filter
|
/test/run_encoder
|
||||||
test/run_encoder
|
/test/run_output
|
||||||
test/run_output
|
/test/read_conf
|
||||||
test/read_conf
|
/test/run_input
|
||||||
test/run_input
|
/test/read_mixer
|
||||||
test/read_mixer
|
/test/dump_playlist
|
||||||
test/dump_playlist
|
/test/run_normalize
|
||||||
test/run_normalize
|
/test/tmp
|
||||||
test/tmp
|
/test/run_inotify
|
||||||
test/run_inotify
|
/test/test_queue_priority
|
||||||
test/test_queue_priority
|
/test/run_ntp_server
|
||||||
test/run_ntp_server
|
/test/run_resolver
|
||||||
test/run_resolver
|
/test/run_tcp_connect
|
||||||
test/run_tcp_connect
|
/test/test_pcm
|
||||||
test/test_pcm
|
/test/dump_rva2
|
||||||
test/dump_rva2
|
/test/dump_text_file
|
||||||
test/dump_text_file
|
/test/test_util
|
||||||
test/test_util
|
/test/test_byte_reverse
|
||||||
test/test_byte_reverse
|
/test/test_mixramp
|
||||||
test/test_mixramp
|
/test/test_vorbis_encoder
|
||||||
test/test_vorbis_encoder
|
/test/DumpDatabase
|
||||||
test/DumpDatabase
|
|
||||||
|
|
||||||
/*.tar.gz
|
/*.tar.gz
|
||||||
/*.tar.bz2
|
/*.tar.bz2
|
||||||
|
|
Loading…
Reference in New Issue