diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,9 +1,11 @@ -/.venv +.venv/ +.cache/ + +.gdb_history + +.devpod-internal/ + /build -/.conan/install /docs/_build -/.cache -# Conan Generated CMake presets -CMakeUserPresets.json -.gdb_history +qemu-*-*.log |
