firmware: Add .gitignore

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2023-03-12 11:07:12 +01:00
parent bbd3486f8c
commit acaef093d4
2 changed files with 5 additions and 0 deletions

2
firmware/boot/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.elf
*.hex

3
firmware/main/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*.gen.h
*.elf
*.bin