We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf60266 + e13245c commit e0d79ffCopy full SHA for e0d79ff
.gitignore
@@ -16,6 +16,9 @@ BUILD/
16
.mbed
17
venv/
18
19
+# Mbedls
20
+.mbedls-mock.lock
21
+
22
# Eclipse Project Files
23
.cproject
24
.project
@@ -44,6 +47,8 @@ pip-log.txt
44
47
.coverage
45
48
.tox
46
49
nosetests.xml
50
+.cache
51
+.hypothesis
52
53
# Translations
54
*.mo
@@ -72,6 +77,9 @@ debug.log
72
77
# Cscope
73
78
cscope.*
74
79
80
+# Ctags
81
+tags
82
75
83
# vim swap files
76
84
*.swp
85
*~
0 commit comments