aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-18 09:40:28 +0100
committerMax Kellermann <max@duempel.org>2014-02-18 09:41:25 +0100
commitfb5cf8e3acb94fbab80230a1878bd7360797376e (patch)
tree23c2e1bf20c1214cc214a7a53703ab3debe6fd79 /.gitignore
parent55e128cced7b03f90d3dcccb4c01730f310245fd (diff)
downloadmpd-fb5cf8e3acb94fbab80230a1878bd7360797376e.tar.gz
mpd-fb5cf8e3acb94fbab80230a1878bd7360797376e.tar.xz
mpd-fb5cf8e3acb94fbab80230a1878bd7360797376e.zip
.gitignore: add "/" prefixes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore121
1 files changed, 64 insertions, 57 deletions
diff --git a/.gitignore b/.gitignore
index 42cf135f1..4e262ff2e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,68 +6,75 @@
*.lo
*.o
*.exe
+
+*~
+
+.#*
+.stgit*
.deps
.dirstamp
-Makefile
-Makefile.in
-aclocal.m4
-autom4te.cache
-config.h
-config.h.in
-config.log
-config.mk
-config.status
-config_detected.h
-config_detected.mk
-configure
-configure.lineno
-depmode
-libtool
-ltmain.sh
-mkinstalldirs
+
+tags
+
+/Makefile
+/Makefile.in
+/aclocal.m4
+/autom4te.cache
+/config.h
+/config.h.in
+/config.log
+/config.mk
+/config.status
+/config_detected.h
+/config_detected.mk
+/configure
+/configure.lineno
+/depmode
+/libtool
+/ltmain.sh
+/mkinstalldirs
/build
/src/mpd
/systemd/mpd.service
-stamp-h1
-tags
-*~
-.#*
-.stgit*
-src/dsd2pcm/dsd2pcm
-src/win32/mpd_win32_rc.rc
-doc/doxygen.conf
-doc/protocol.html
-doc/protocol
-doc/user
-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
-test/test_queue_priority
-test/run_ntp_server
-test/run_resolver
-test/run_tcp_connect
-test/test_pcm
-test/dump_rva2
-test/dump_text_file
-test/test_util
-test/test_byte_reverse
-test/test_mixramp
-test/test_vorbis_encoder
-test/DumpDatabase
+/stamp-h1
+
+/src/dsd2pcm/dsd2pcm
+/src/win32/mpd_win32_rc.rc
+
+/doc/doxygen.conf
+/doc/protocol.html
+/doc/protocol
+/doc/user
+/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
+/test/test_queue_priority
+/test/run_ntp_server
+/test/run_resolver
+/test/run_tcp_connect
+/test/test_pcm
+/test/dump_rva2
+/test/dump_text_file
+/test/test_util
+/test/test_byte_reverse
+/test/test_mixramp
+/test/test_vorbis_encoder
+/test/DumpDatabase
/*.tar.gz
/*.tar.bz2