Skip to content

Commit e13245c

Browse files
committed
add few files to gitignore list
1 parent 04f0f2b commit e13245c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ BUILD/
1616
.mbed
1717
venv/
1818

19+
# Mbedls
20+
.mbedls-mock.lock
21+
1922
# Eclipse Project Files
2023
.cproject
2124
.project
@@ -44,6 +47,8 @@ pip-log.txt
4447
.coverage
4548
.tox
4649
nosetests.xml
50+
.cache
51+
.hypothesis
4752

4853
# Translations
4954
*.mo
@@ -72,6 +77,9 @@ debug.log
7277
# Cscope
7378
cscope.*
7479

80+
# Ctags
81+
tags
82+
7583
# vim swap files
7684
*.swp
7785
*~

0 commit comments

Comments
 (0)