python-tuf/.gitignore
2014-04-20 16:54:44 -04:00

13 lines
126 B
Text

# root level directories
dist/*
build/*
# global file patterns
*.log
*.pyc
*.session
*.swo
*.swp
*.egg-info
.coverage
.tox/*