mirror of
https://github.com/espressif/openthread.git
synced 2025-05-17 07:16:08 +08:00
58 lines
569 B
Plaintext
58 lines
569 B
Plaintext
*.a
|
|
*.a.*
|
|
*.bak
|
|
*.flash
|
|
*.gcda
|
|
*.gcno
|
|
*.log
|
|
*.o
|
|
*.ninja*
|
|
*.orig
|
|
*.pcap
|
|
*.pyc
|
|
*.swn
|
|
*.swo
|
|
*.swp
|
|
*.trs
|
|
*.bak
|
|
*.map
|
|
*~
|
|
.DS_Store
|
|
.vagrant
|
|
build
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake_install.cmake
|
|
doc/Doxyfile
|
|
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/**
|
|
cmake-build-*/**
|
|
/tags
|
|
|
|
# Python bytecodes
|
|
__pycache__
|
|
|
|
# Unit test files
|
|
CTestTestfile.cmake
|
|
ot-test-*
|
|
ot_testing/
|
|
Testing/
|
|
tests/nexus/nexus_*
|
|
|
|
# Misc
|
|
DartConfiguration.tcl
|
|
third_party/mbedtls/openthread-mbedtls-config.h
|