1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Merge pull request #7179 from mikeller/update_gitignore

Added 'eeprom.bin' (SITL EEPROM image) to '.gitignore'.
This commit is contained in:
Michael Keller 2018-12-08 22:22:43 +13:00 committed by GitHub
commit 1ef5554e7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View file

@ -41,3 +41,6 @@ stm32.mak
.vagrant
ubuntu*.log
/.vs
# EEPROM image file (created by SITL)
eeprom.bin