diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-10-24 12:14:09 +0000 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-10-24 12:14:09 +0000 |
| commit | 90c3190543b2ac8a7de03ba297f329ee5cc1f513 (patch) | |
| tree | 9a640255d9caf6416e4749aadf3135102c6fff47 /.gitignore | |
| parent | dd04850c27e8bc273506f4a64bb28b7ddf111dc5 (diff) | |
| download | teachos-90c3190543b2ac8a7de03ba297f329ee5cc1f513.tar.xz teachos-90c3190543b2ac8a7de03ba297f329ee5cc1f513.zip | |
ide: switch development container
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 |
