blob: fb15842915e89bf9e845f1a1d7a5b365ba3577c7 [file] [log] [blame]
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -07001
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
Yakun Xua8ed37c2020-05-01 11:33:35 +080028# Build inside border router
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -070029._build
30
31
32# Build bi-products.
33.local-version
34.deps
35.libs
36.dirstamp
37stamp-h1
38.stamp-h1
Jiacheng Guob0987032020-01-10 10:15:55 +080039build
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -070040
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
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -070055# 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
Jiacheng Guo82d46822018-09-28 04:07:08 +080063src/agent/otbr-agent.init
Jiacheng Guo7f9bc332019-06-07 03:25:58 +080064src/agent/otbr-agent.conf
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -070065
66# Border router web service
67src/web/otbr-web
68src/web/otbr-web.service
Jiacheng Guo82d46822018-09-28 04:07:08 +080069src/web/otbr-web.init
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -070070
71# Test code.
72tests/mdns/otbr-test-mdns
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -070073tests/testdriver
Jiacheng Guo6c981fa2020-02-04 01:36:08 +080074tests/dbus/otbr-test-dbus-server
Jonathan Huiaffbbdb2020-03-04 10:31:05 -080075tests/dbus/otbr-test-dbus-client
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -070076
77# all things here.
78third_party/mbedtls/repo
DuaneEllis-TIbd61fb22017-08-01 23:00:29 -070079
80# Tools
81tools/pskc
Jiacheng Guo7f9bc332019-06-07 03:25:58 +080082tools/steering-data
83
Jiacheng Guob0987032020-01-10 10:15:55 +080084# dbus
85src/dbus/dbus-server-test
86src/dbus/dbus-message-test
87
Jiacheng Guob0987032020-01-10 10:15:55 +080088# 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
kangpingeff33722020-12-31 03:44:41 +0800108# CLion
109.idea/**
110cmake-build-*/**
111
Kangping1d901332023-12-28 14:07:35 +0800112# VS Code
113.vscode
114*.code-workspace
115
Jiacheng Guob0987032020-01-10 10:15:55 +0800116# Thread local storage
117./tmp/
118*.data
119*.flash
120
Jonathan Huiaffbbdb2020-03-04 10:31:05 -0800121src/client/dbus/dbus-client-test
122
123*.gcno
124NONE
125*.gcda
126
127autoconf-config.h
128autoconf-config.h.in
Jiacheng Guod468ebf2020-05-26 06:52:09 +0800129
130introspect.hpp