diff options
author | Adam C. Emerson <aemerson@redhat.com> | 2019-09-24 21:43:22 +0200 |
---|---|---|
committer | Adam C. Emerson <aemerson@redhat.com> | 2019-11-04 17:31:43 +0100 |
commit | c218dd7197364177a4a45ce6e13ed95004fae68c (patch) | |
tree | 39acebb668cd396afa9b6d4d1c40274baeb73c65 | |
parent | Merge PR #31329 into master (diff) | |
download | ceph-c218dd7197364177a4a45ce6e13ed95004fae68c.tar.xz ceph-c218dd7197364177a4a45ce6e13ed95004fae68c.zip |
gitignore: Python build artifacts
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a04d59a632e..2600c2c614e 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,6 @@ GTAGS /src/pybind/mgr/dashboard/frontend/src/environments/environment.ts /src/pybind/mgr/dashboard/frontend/src/environments/environment.prod.ts /src/pybind/mgr/dashboard/frontend/src/locale/messages.xlf + +# Python building things where it shouldn't +/src/python-common/build/ |