beets/.gitignore
Thomas Scholtes 6d22c7489c Test build with setup.py
Since some builds use `python ./setup.py test` to test beets we want to make
sure it runs smoothly.
2014-04-25 12:56:01 +02:00

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