fonttools/.gitignore
Erik van Blokland 1c6c35dc38 Change to designspace documentation: add layer attribute to the source element.
Add `layerName` attribute to the sourcedescriptor object
Read and write layerName.
Add a source layer test.
XXX this also disables the test_check() test for the moment because it generates odd results.
2018-04-27 13:24:11 +02:00

28 lines
279 B
Plaintext

# Byte-compiled / optimized files
__pycache__/
*.py[co]
*$py.class
# Distribution / Packaging
*.egg
*.egg-info
*.eggs
MANIFEST
build
dist
# Unit test / coverage files
.tox/*
.cache/
.coverage
.coverage.*
htmlcov/
# emacs backup files
*~
# OSX Finder
.DS_Store
.pytest_cache