1 2# Emacs lock/links on linux 3.[#]* 4# Emacs backups (windows) 5[#]*[#] 6# emacs backups 7*~ 8# Generic editor backups 9*.bak 10# Objects & libraries 11*.[ao] 12*.l[ao] 13*.so 14*.swp 15 16# Autoconf 17m4 18aclocal.m4 19autom4te.cache 20config.h.in 21config.log 22config.status 23configure 24libtool 25Makefile 26Makefile.in 27 28# Build inside border router 29._build 30 31 32# Build bi-products. 33.local-version 34.deps 35.libs 36.dirstamp 37stamp-h1 38.stamp-h1 39build 40 41# Border Router Docs 42doc/Doxyfile 43doc/html 44 45# Debugger stuff. 46.gdb_history 47.gdbinit 48 49 50# Configure results for border router 51include/otbr-config.h 52include/otbr-config.h.in 53 54 55# VIM swap files 56[._]*.s[a-w][a-z] 57[._]s[a-w][a-z] 58 59 60# Border router agent 61src/agent/otbr-agent 62src/agent/otbr-agent.service 63src/agent/otbr-agent.init 64src/agent/otbr-agent.conf 65 66# Border router web service 67src/web/otbr-web 68src/web/otbr-web.service 69src/web/otbr-web.init 70 71# Test code. 72tests/mdns/otbr-test-mdns 73tests/testdriver 74tests/dbus/otbr-test-dbus-server 75tests/dbus/otbr-test-dbus-client 76 77# all things here. 78third_party/mbedtls/repo 79 80# Tools 81tools/pskc 82tools/steering-data 83 84# dbus 85src/dbus/dbus-server-test 86src/dbus/dbus-message-test 87 88# Test logs 89tests/unit/unittest 90*.log 91*.trs 92 93# Vim auto complete helper 94.ycm_extra_conf.py 95 96# openthread build 97third_party/openthread/build/ 98third_party/openthread/output/ 99 100# Test logs 101tests/unit/unittest 102*.log 103*.trs 104 105# Vim auto complete helper 106.ycm_extra_conf.py 107 108# CLion 109.idea/** 110cmake-build-*/** 111 112# VS Code 113.vscode 114*.code-workspace 115 116# Thread local storage 117./tmp/ 118*.data 119*.flash 120 121src/client/dbus/dbus-client-test 122 123*.gcno 124NONE 125*.gcda 126 127autoconf-config.h 128autoconf-config.h.in 129 130introspect.hpp 131