1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
prune dist
prune build
recursive-include thumbor *.py
recursive-include thumbor *.conf
recursive-include thumbor *.xml
recursive-include thumbor *.h
recursive-include thumbor *.jpg
recursive-include thumbor *.png
recursive-include thumbor *.gif
recursive-include thumbor *.svg
recursive-include thumbor *.webp
recursive-include thumbor *.c
recursive-exclude thumbor *.pyc
recursive-exclude thumbor *.so
include LICENSE README.mkd CHANGELOG
recursive-include docs *
prune docs/_build
include redis.conf Makefile requirements thumbor.key
recursive-include tests *.py
recursive-include tests/fixtures *
recursive-exclude tests *.pyc
recursive-include integration_tests *.py
recursive-include integration_tests/imgs *
recursive-exclude integration_tests *.pyc
|