diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-04-24 22:53:19 +0100 |
---|---|---|
committer | Chandan Singh <csingh43@bloomberg.net> | 2019-05-21 12:41:18 +0100 |
commit | 070d053e5cc47e572e9f9e647315082bd7a15c63 (patch) | |
tree | 7fb0fdff52f9b5f8a18ec8fe9c75b661f9e0839e /.gitignore | |
parent | 6c59e7901a52be961c2a1b671cf2b30f90bc4d0a (diff) | |
download | buildstream-070d053e5cc47e572e9f9e647315082bd7a15c63.tar.gz |
Move source from 'buildstream' to 'src/buildstream'
This was discussed in #1008.
Fixes #1009.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 5c258fad4..3bc4e29af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Compiled python modules. -buildstream/**/*.pyc +src/buildstream/**/*.pyc tests/**/*.pyc # Build output directory @@ -9,7 +9,7 @@ build /dist/ # Python egg metadata, regenerated from source files by setuptools. -/*.egg-info +/src/*.egg-info .eggs # Some testing related things @@ -28,7 +28,7 @@ tmp __pycache__/ # Generated version file -buildstream/__version__.py +src/buildstream/__version__.py # Autogenerated doc doc/source/badges/ |