mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Merge pull request #7179 from mikeller/update_gitignore
Added 'eeprom.bin' (SITL EEPROM image) to '.gitignore'.
This commit is contained in:
commit
1ef5554e7a
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -41,3 +41,6 @@ stm32.mak
|
||||||
.vagrant
|
.vagrant
|
||||||
ubuntu*.log
|
ubuntu*.log
|
||||||
/.vs
|
/.vs
|
||||||
|
|
||||||
|
# EEPROM image file (created by SITL)
|
||||||
|
eeprom.bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue