mirror of https://github.com/ArduPilot/ardupilot
modified .gitignore to ignore .vrx and .hex files
This commit is contained in:
parent
bed5db35c7
commit
9adf820dbe
|
@ -3,11 +3,13 @@
|
||||||
*.d
|
*.d
|
||||||
*.dll
|
*.dll
|
||||||
*.elf
|
*.elf
|
||||||
|
*.hex
|
||||||
*.exe
|
*.exe
|
||||||
*.lst
|
*.lst
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
*.px4
|
*.px4
|
||||||
|
*.vrx
|
||||||
*.pyc
|
*.pyc
|
||||||
*.tlog
|
*.tlog
|
||||||
*.tlog.raw
|
*.tlog.raw
|
||||||
|
|
Loading…
Reference in New Issue