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