modified .gitignore to ignore .vrx and .hex files

This commit is contained in:
Emile Castelnuovo 2014-06-24 13:50:58 +02:00
parent bed5db35c7
commit 9adf820dbe
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -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