mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 10:34:09 +01:00
exclude .DS_Store from source distribution
This commit is contained in:
parent
6f5beff8e0
commit
a57d57bbb1
1 changed files with 4 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ recursive-include test/rsrc *
|
|||
include test/*.py
|
||||
|
||||
# Include relevant text files.
|
||||
include LICENSE NEWS README.rst
|
||||
include LICENSE README.rst
|
||||
|
||||
# Include the Sphinx documentation.
|
||||
recursive-include docs *.rst *.py Makefile *.png
|
||||
|
|
@ -16,3 +16,6 @@ recursive-include beetsplug/web/static *
|
|||
|
||||
# And for the lastgenre plugin.
|
||||
include beetsplug/lastgenre/genres.txt
|
||||
|
||||
# Exclude junk.
|
||||
global-exclude .DS_Store
|
||||
|
|
|
|||
Loading…
Reference in a new issue