You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
241 B

7 years ago
include LICENSE
recursive-include tests *
prune tests/__pycache__
prune tests/.pytest_cache
recursive-include webssh *
prune webssh/__pycache__
prune webssh/.pytest_cache
global-exclude *.pyc
global-exclude *.log
global-exclude .coverage