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