mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 00:24:25 +01:00
All logging now prefers the ' (single quote) over the " (double quote) https://github.com/sampsyo/beets/wiki/Hacking
34 lines
288 B
Text
34 lines
288 B
Text
|
|
# general hidden files/directories
|
|
|
|
.DS_Store
|
|
.sconsign*
|
|
.svn
|
|
.tox
|
|
.coverage
|
|
.idea
|
|
|
|
# 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
|