2017-11-24 05:00:23 +01:00
|
|
|
# stuff we need to include into the sdist is handled automatically by
|
|
|
|
# setuptools_scm - it includes all git-committed files.
|
|
|
|
# but we want to exclude some committed files/dirs not needed in the sdist:
|
2018-04-28 21:37:18 +02:00
|
|
|
exclude .coafile .editorconfig .gitattributes .gitignore .mailmap .travis.yml Vagrantfile
|
2015-09-19 22:17:46 +02:00
|
|
|
prune .travis
|
2017-01-14 23:00:46 +01:00
|
|
|
prune .github
|
2019-08-09 00:01:38 +02:00
|
|
|
include src/borg/platform/darwin.c src/borg/platform/freebsd.c src/borg/platform/linux.c src/borg/platform/posix.c src/borg/platform/windows.c
|