zephyr/scripts/native_simulator/.gitignore
Alberto Escolar Piedras 850fc2f22f Native simulator: Add first version in-tree
Add the first version of the native simulator.
The simultaor is taken as is from
https://github.com/BabbleSim/native_simulator/
sha: 74986abfe088a1780e604dae65f87470b4c2a0eb

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-07-05 07:01:19 -04:00

12 lines
73 B
Plaintext

_build/*
*.o
*.a
*.d
*.elf
*.gcda
*.gcno
*~
~*.~*
/.*project
.settings/*