mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 00:24:25 +01:00
Since some builds use `python ./setup.py test` to test beets we want to make sure it runs smoothly.
33 lines
282 B
Text
33 lines
282 B
Text
|
|
# general hidden files/directories
|
|
|
|
.DS_Store
|
|
.sconsign*
|
|
.svn
|
|
.tox
|
|
.coverage
|
|
|
|
# file patterns
|
|
|
|
*.dylib
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
*.pyc
|
|
*.pyo
|
|
*.so
|
|
*.tar.gz
|
|
*.tar.bz2
|
|
*~
|
|
*.project
|
|
*.pydevproject
|
|
*.ropeproject
|
|
|
|
# Project Specific patterns
|
|
|
|
dist/*
|
|
beets.egg-info/*
|
|
build/*
|
|
docs/_build/*
|
|
man
|
|
*.egg
|