diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,7 +1,11 @@ -/.venv +.venv/ +.cache/ + +.gdb_history + +.devpod-internal/ + /build -/.conan/install /docs/_build -/.cache -/.gdb_history -/qemu-stderr-*.log + +qemu-*-*.log |
