commit 49c0789dde056dd21ea073b3eade2a659a681724 parent 067b8b25158e91bbbcf8650c8b61411ddfb86e87 Author: Egor Achkasov <eaachkasov@edu.hse.ru> Date: Wed, 26 Mar 2025 20:31:30 +0100 rm .hrt and .elf Diffstat:
| M | .gitignore | | | 2 | ++ |
| D | scene.hrt | | | 0 | |
| D | scene_fromSionna.elf | | | 0 |
3 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1,3 +1,5 @@ +*.elf +*.hrt scenes .vscode build diff --git a/scene.hrt b/scene.hrt Binary files differ. diff --git a/scene_fromSionna.elf b/scene_fromSionna.elf Binary files differ.