diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2018-10-25 10:55:17 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2018-10-25 15:43:52 +0100 |
commit | 64dbe9aeb2187d4671b328ba94449bfb4facec8c (patch) | |
tree | e719da680487961fa0614ebe7c63b12cec9146c3 /.gitignore | |
parent | 19df07ea67c01a4cf41ea28ccc34f3146a6244f0 (diff) | |
download | buildstream-64dbe9aeb2187d4671b328ba94449bfb4facec8c.tar.gz |
MANIFEST: Include a lot more missing stuff in the manifest
Versioneer needs to be in the MANIFEST.in and its .pyc needs to be ignored
in the .gitignore. Also much docs were not being included, nor conftest.py.
Much of the test suite data files needed including, so changed that to a
raw include of everything in the tests/ tree.
Signed-off-by: Daniel Silverstone <daniel.silverstone@codethink.co.uk>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fae0f4eea..8c72c4f3f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ doc/source/modules.rst doc/source/buildstream.rst doc/source/buildstream.*.rst doc/build/ +versioneer.pyc |