mirror of
https://github.com/espressif/openthread.git
synced 2026-07-31 16:17:47 +00:00
[gitignore] add more temp files to .gitignore (#10243)
This commit is contained in:
+15
@@ -1,4 +1,5 @@
|
||||
*.a
|
||||
*.a.*
|
||||
*.bak
|
||||
*.flash
|
||||
*.gcda
|
||||
@@ -14,6 +15,8 @@
|
||||
*.swp
|
||||
*.trs
|
||||
*.bak
|
||||
*.map
|
||||
*.cmake
|
||||
*~
|
||||
.DS_Store
|
||||
.vagrant
|
||||
@@ -26,6 +29,14 @@ doc/html
|
||||
output
|
||||
/tmp/
|
||||
|
||||
# OT exectuables
|
||||
ot-cli-ftd
|
||||
ot-cli-mtd
|
||||
ot-cli-radio
|
||||
ot-ncp-ftd
|
||||
ot-ncp-mtd
|
||||
ot-rcp
|
||||
|
||||
# IDE / editor files
|
||||
.idea/**
|
||||
.vscode/**
|
||||
@@ -39,3 +50,7 @@ __pycache__
|
||||
CTestTestfile.cmake
|
||||
ot-test-*
|
||||
Testing/
|
||||
|
||||
# Misc
|
||||
DartConfiguration.tcl
|
||||
third_party/mbedtls/openthread-mbedtls-config.h
|
||||
|
||||
Reference in New Issue
Block a user