diff options
Diffstat (limited to 'meson/.gitignore')
-rw-r--r-- | meson/.gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/meson/.gitignore b/meson/.gitignore new file mode 100644 index 000000000..8ff5e7869 --- /dev/null +++ b/meson/.gitignore @@ -0,0 +1,34 @@ +.mypy_cache/ +.pytest_cache/ +/.project +/.pydevproject +/.settings +/.cproject +/.idea +/.vscode + +__pycache__ +/.coverage/ +/.coveragerc +/install dir +/work area + +/meson-test-run.txt +/meson-test-run.xml +/meson-cross-test-run.txt +/meson-cross-test-run.xml + +.DS_Store +*~ +*.swp +packagecache +/MANIFEST +/build +/dist +/meson.egg-info + +/docs/built_docs +/docs/hotdoc-private* + +*.pyc +/*venv* |