зеркало из https://github.com/mozilla/gecko-dev.git
21 строка
394 B
Plaintext
21 строка
394 B
Plaintext
include LICENSE.txt
|
|
include CHANGES.rst
|
|
include README.rst
|
|
include CONTRIBUTORS.txt
|
|
include Makefile
|
|
graft aiohttp
|
|
graft docs
|
|
graft examples
|
|
graft tests
|
|
recursive-include vendor *
|
|
global-include aiohttp *.pyi
|
|
global-exclude *.pyc
|
|
global-exclude *.pyd
|
|
global-exclude *.so
|
|
global-exclude *.lib
|
|
global-exclude *.dll
|
|
global-exclude *.a
|
|
global-exclude *.obj
|
|
exclude aiohttp/*.html
|
|
prune docs/_build
|