subiquity/.gitignore

76 lines
942 B
Plaintext
Raw Normal View History

2015-06-08 21:57:45 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# subiquity installer images
installer/*.img
installer/*.img_*
logs/*
venv
.pybuild
2021-07-04 21:25:01 +00:00
# top level dependencies fetched from git, ignore top level only.
/probert/
2021-07-04 21:25:01 +00:00
/curtin/
/livefs-editor/
2017-08-22 22:20:44 +00:00
# installer isos
*.iso
2020-11-10 17:48:17 +00:00
# Runtime output
.subiquity