diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-04-01 12:01:31 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-04-02 09:44:59 +0200 |
commit | 27491c77b97307da7bef95f730f2e372d0d228d9 (patch) | |
tree | 0f891c334b0840642d709214e5b0bd1c2136fde3 | |
parent | 54863dff8a5f27c3933ce8a0e3c7646fe2a636a3 (diff) | |
download | mpd-27491c77b97307da7bef95f730f2e372d0d228d9.tar.gz mpd-27491c77b97307da7bef95f730f2e372d0d228d9.tar.xz mpd-27491c77b97307da7bef95f730f2e372d0d228d9.zip |
make: gitignore is not necessary for distribution.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 06cb3cba2..8a559adc1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -721,5 +721,4 @@ endif EXTRA_DIST = $(doc_DATA) autogen.sh \ $(wildcard scripts/*.sh) scripts/mpd.spec \ - .gitignore \ $(man_MANS) $(DOCBOOK_FILES) doc/mpdconf.example |