mirror of https://github.com/ARMmbed/mbed-os.git
add few files to gitignore list
parent
04f0f2b1aa
commit
e13245c303
|
@ -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
|
||||||
*~
|
*~
|
||||||
|
|
Loading…
Reference in New Issue