2015-06-28 22:07:01 +03:00
|
|
|
|
2013-09-28 17:20:22 +04:00
|
|
|
include *.c
|
|
|
|
include *.h
|
2015-06-28 22:07:01 +03:00
|
|
|
include *.in
|
2014-08-19 16:52:24 +04:00
|
|
|
include *.md
|
2013-10-02 15:15:04 +04:00
|
|
|
include *.py
|
2013-09-28 17:20:22 +04:00
|
|
|
include *.rst
|
2015-06-28 22:07:01 +03:00
|
|
|
include *.sh
|
2014-06-29 00:15:53 +04:00
|
|
|
include *.txt
|
2015-03-27 13:56:34 +03:00
|
|
|
include LICENSE
|
2013-09-30 14:10:10 +04:00
|
|
|
include Makefile
|
2016-01-31 18:03:27 +03:00
|
|
|
graft Tests
|
2017-12-28 01:23:17 +03:00
|
|
|
graft src
|
2016-01-08 22:49:27 +03:00
|
|
|
graft depends
|
|
|
|
graft winbuild
|
|
|
|
graft docs
|
|
|
|
prune docs/_static
|
|
|
|
|
|
|
|
# build/src control detritus
|
2016-03-24 00:30:55 +03:00
|
|
|
exclude .coveragerc
|
2018-01-29 11:45:33 +03:00
|
|
|
exclude .codecov.yml
|
2016-03-24 00:30:55 +03:00
|
|
|
exclude .editorconfig
|
|
|
|
exclude .landscape.yaml
|
2017-01-30 11:51:28 +03:00
|
|
|
exclude .travis
|
|
|
|
exclude .travis/*
|
2016-03-24 00:30:55 +03:00
|
|
|
exclude appveyor.yml
|
2016-01-08 22:49:27 +03:00
|
|
|
exclude build_children.sh
|
2016-03-24 00:30:55 +03:00
|
|
|
exclude tox.ini
|
2016-01-08 22:49:27 +03:00
|
|
|
global-exclude .git*
|
2016-01-31 18:03:27 +03:00
|
|
|
global-exclude *.pyc
|
|
|
|
global-exclude *.so
|