summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-25 10:55:17 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2018-10-25 15:43:52 +0100
commit64dbe9aeb2187d4671b328ba94449bfb4facec8c (patch)
treee719da680487961fa0614ebe7c63b12cec9146c3 /.gitignore
parent19df07ea67c01a4cf41ea28ccc34f3146a6244f0 (diff)
downloadbuildstream-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--.gitignore1
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