diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1a58409d8..977ae6a12 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ config.sub config_detected.h config_detected.mk configure +configure.lineno depcomp depmode install-sh @@ -32,9 +33,11 @@ ltmain.sh missing mkinstalldirs mpd +mpd.exe stamp-h1 tags *~ +.#* .stgit* doc/protocol.html doc/protocol @@ -43,10 +46,16 @@ doc/developer doc/sticker doc/api test/software_volume +test/run_convert test/run_decoder test/read_tags +test/run_filter test/run_encoder test/run_output test/read_conf test/run_input test/read_mixer +test/dump_playlist +test/run_normalize +test/tmp +test/run_inotify |