diff options
-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/ |