add few files to gitignore list

pull/6051/head
Wilfried Chauveau 2018-02-09 10:57:31 +00:00
parent 04f0f2b1aa
commit e13245c303
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -16,6 +16,9 @@ BUILD/
.mbed
venv/
# Mbedls
.mbedls-mock.lock
# Eclipse Project Files
.cproject
.project
@ -44,6 +47,8 @@ pip-log.txt
.coverage
.tox
nosetests.xml
.cache
.hypothesis
# Translations
*.mo
@ -72,6 +77,9 @@ debug.log
# Cscope
cscope.*
# Ctags
tags
# vim swap files
*.swp
*~