mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
32 lines
495 B
Plaintext
32 lines
495 B
Plaintext
|
|
include *.c
|
|
include *.h
|
|
include *.in
|
|
include *.md
|
|
include *.py
|
|
include *.rst
|
|
include *.sh
|
|
include *.txt
|
|
include LICENSE
|
|
include Makefile
|
|
graft Tests
|
|
graft src
|
|
graft depends
|
|
graft winbuild
|
|
graft docs
|
|
prune docs/_static
|
|
|
|
# build/src control detritus
|
|
exclude .coveragerc
|
|
exclude .codecov.yml
|
|
exclude .editorconfig
|
|
exclude .landscape.yaml
|
|
exclude .travis
|
|
exclude .travis/*
|
|
exclude appveyor.yml
|
|
exclude build_children.sh
|
|
exclude tox.ini
|
|
global-exclude .git*
|
|
global-exclude *.pyc
|
|
global-exclude *.so
|