fonttools/.gitignore

27 lines
265 B
Plaintext
Raw Normal View History

# Byte-compiled / optimized files
__pycache__/
*.py[co]
2016-04-13 13:20:09 -07:00
*$py.class
# Distribution / Packaging
*.egg
*.egg-info
*.eggs
MANIFEST
build
dist
# Unit test / coverage files
.tox/*
.cache/
.coverage
.coverage.*
htmlcov/
# emacs backup files
*~
2016-04-12 07:22:15 +02:00
# OSX Finder
.DS_Store