fonttools/.gitignore
Sascha Brawer a9201196a9 Tell git to ignore *.egg packages
For example, `sh run-tests.sh` lays a lot of eggs.
2017-02-11 15:59:30 +01:00

26 lines
264 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