diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 19 |
1 files changed, 9 insertions, 10 deletions
@@ -1,17 +1,16 @@ -.venv/ +# Directories .cache/ - -.gdb_history - .devpod-internal/ - +.venv/ /build /docs/_build -qemu-*-*.log - -/desktop.ini - +# Generated files +.gdb_history +*.pyc coverage.info +desktop.ini +devcontainer-lock.json -__pycache__/
\ No newline at end of file +# QEMU log files +qemu-*-*.log |
