diff --git a/.gitignore b/.gitignore index d24bae16d5c1a..54b1e16e6e288 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ __pycache__ *.xml *.pyc .cache -.dist +dist .pytest_cache config.py auto_config.py diff --git a/clustertool/embed/.gitignore b/clustertool/embed/.gitignore new file mode 100644 index 0000000000000..dc72dd43399c8 --- /dev/null +++ b/clustertool/embed/.gitignore @@ -0,0 +1,4 @@ +linux* +darwin* +windows* +freebsd*