aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* {android,win32}/build.py: move common code to python/build/Max Kellermann2015-11-201-0/+2
|
* .gitignore: ignore /lib/Max Kellermann2014-11-281-0/+2
|
* Merge tag 'v0.18.14'Max Kellermann2014-09-111-0/+1
|\
| * test/test_protocol: unit test for protocol/ArgParser.cxxMax Kellermann2014-09-041-0/+1
| |
| * Win32Main: move to win32/Max Kellermann2014-08-021-1/+1
| |
* | .gitignore: add "/" prefixesMax Kellermann2014-02-181-57/+64
| |
* | configure.ac: move autoconf/automake helpers to build/Max Kellermann2014-01-271-7/+1
| |
* | move systemd unit to directory systemd/Max Kellermann2014-01-271-2/+2
| |
* | Win32Main: move to win32/Max Kellermann2014-01-241-1/+1
|/
* .gitignore: ignore "test-driver"Max Kellermann2013-12-141-0/+1
| | | | File generated by automake version 1.14.
* test/test_mixramp: unit test for mixramp_interpolate()Max Kellermann2013-10-261-0/+2
|
* .gitignore: always ignore any .exe filesDenis Krjuchkov2013-05-051-1/+1
|
* Merge tag 'release-0.17.4'Max Kellermann2013-04-081-2/+5
|\
| * Makefile.am: enable "dist-xz"Max Kellermann2013-04-081-0/+2
| |
| * .gitignore: stricter matchesMax Kellermann2013-04-081-2/+3
| |
* | Merge branch 'v0.17.x'Max Kellermann2013-01-161-0/+1
|\|
| * .gitignore: add src/win/mpd_win32_rc.rcDenis Krjuchkov2013-01-111-0/+1
| | | | | | | | This file is generated during configuration and should be ignored.
* | test: rename debug programs back to old namesMax Kellermann2013-01-081-0/+1
|/
* .gitignore: add more debug programsMax Kellermann2013-01-031-0/+4
|
* .gitignore: add new output filesMax Kellermann2012-01-211-0/+4
|
* Merge branch 'v0.16.x'Max Kellermann2011-12-131-0/+1
|\ | | | | | | | | | | Conflicts: NEWS configure.ac
| * gitignore: Add mpd.serviceAvuton Olrich2011-12-121-0/+1
| |
| * .gitignore: add doxygen.confMax Kellermann2011-09-091-0/+1
| |
* | .gitignore: add doxygen.confMax Kellermann2011-09-091-0/+1
| |
* | ntp_server: add debug program "run_ntp_server"Max Kellermann2011-08-291-0/+1
| |
* | queue: implement song "priorities"Max Kellermann2011-07-191-0/+1
|/ | | | | Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
* .gitignore: added mpd.exe to ignore listDenis Krjuchkov2010-09-251-0/+1
|
* update .gitignoreMax Kellermann2010-06-251-0/+2
|
* Makefile.am: added unit tests for the archive pluginsMax Kellermann2009-12-311-0/+1
|
* test: added normalize test programMax Kellermann2009-12-021-0/+1
|
* test: added program to test pcm_convert.cMax Kellermann2009-11-191-0/+1
|
* added .#* to .gitignoreMax Kellermann2009-11-121-0/+1
| | | | Temporary editor files.
* playlist_plugin: new plugin API for playlist parsersMax Kellermann2009-10-121-0/+1
| | | | | | | | Based on this API, we will add parsers for EXTM3U, PLS, ASX, last.fm radio and others. There is no integration into the MPD core yet. Right now, we have a command line test program. This is work in progress.
* test: added program "run_filter"Max Kellermann2009-07-051-0/+1
| | | | This program runs filter plugins in an isolated environment.
* doc: added Developer's ManualMax Kellermann2009-06-021-0/+1
| | | | Just a start...
* added doc/sticker to .gitignoreMax Kellermann2009-05-281-0/+1
|
* test: added program "read_mixer"Max Kellermann2009-04-211-0/+1
| | | | | | This little program is used to test mixer plugins in an isolated environment. This is ALSA-only currently, because we don't have a real "plugin list" yet, and I'm too lazy to implement a switch.
* test: added run_input test programMax Kellermann2009-04-131-0/+1
|
* test: added configuration file readerMax Kellermann2009-04-101-0/+1
|
* doc: added skeleton for the user manualMax Kellermann2009-03-121-0/+1
|
* test: added program "run_output"Max Kellermann2009-03-101-0/+1
| | | | | The "run_output" program can be used to test an audio output plugin in an isolated environment.
* test: added test program which reads tags from a fileMax Kellermann2009-02-281-0/+1
|
* test: added encoder test programMax Kellermann2009-02-251-0/+1
| | | | Added a command line program which runs an encoder plugin.
* test: added decoder test programMax Kellermann2009-02-251-0/+1
| | | | Added a command line program which runs a decoder plugin.
* test: added command line test program for pcm_volume.cMax Kellermann2009-02-181-0/+2
| | | | | This program is a simple utility for debugging and benchmarking the software volume code.
* doc: generate API documentation with doxygenMax Kellermann2009-02-131-0/+2
| | | | When configured with --enable-documentation, use doxygen.
* updated .gitignoreMax Kellermann2009-01-101-0/+3
|
* Add .gitignoreEric Wong2008-10-061-0/+35
These patterns have been sitting in my private .git/info/exclude files since 2005 because we used to use SVN.