blob: 8c287210947719eb5e1829c948e7987fd00f4076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include ChangeLog
include COPYING
include DEPENDS
include README README.Python3
include bin/*
include examples/*.py examples/pylintrc examples/pylintrc_camelcase
include elisp/startup elisp/*.el
include man/*.1
recursive-include doc *.rst *.jpeg Makefile *.html *.py
recursive-include test *.py *.txt *.dot *.sh
include test/input/similar*
include test/input/noext
include test/data/ascript
|