Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / ot-br-posix / repo / .gitignore
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
17 m4
18 aclocal.m4
19 autom4te.cache
20 config.h.in
21 config.log
22 config.status
23 configure
24 libtool
25 Makefile
26 Makefile.in
27
28 # Build inside border router
29 ._build
30
31
32 # Build bi-products.
33 .local-version
34 .deps
35 .libs
36 .dirstamp
37 stamp-h1
38 .stamp-h1
39 build
40
41 # Border Router Docs
42 doc/Doxyfile
43 doc/html
44
45 # Debugger stuff.
46 .gdb_history
47 .gdbinit
48
49
50 # Configure results for border router
51 include/otbr-config.h
52 include/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
61 src/agent/otbr-agent
62 src/agent/otbr-agent.service
63 src/agent/otbr-agent.init
64 src/agent/otbr-agent.conf
65
66 # Border router web service
67 src/web/otbr-web
68 src/web/otbr-web.service
69 src/web/otbr-web.init
70
71 # Test code.
72 tests/mdns/otbr-test-mdns
73 tests/testdriver
74 tests/dbus/otbr-test-dbus-server
75 tests/dbus/otbr-test-dbus-client
76
77 # all things here.
78 third_party/mbedtls/repo
79
80 # Tools
81 tools/pskc
82 tools/steering-data
83
84 # dbus
85 src/dbus/dbus-server-test
86 src/dbus/dbus-message-test
87
88 # Test logs
89 tests/unit/unittest
90 *.log
91 *.trs
92
93 # Vim auto complete helper
94 .ycm_extra_conf.py
95
96 # openthread build
97 third_party/openthread/build/
98 third_party/openthread/output/
99
100 # Test logs
101 tests/unit/unittest
102 *.log
103 *.trs
104
105 # Vim auto complete helper
106 .ycm_extra_conf.py
107
108 # CLion
109 .idea/**
110 cmake-build-*/**
111
112 # Thread local storage
113 ./tmp/
114 *.data
115 *.flash
116
117 src/client/dbus/dbus-client-test
118
119 *.gcno
120 NONE
121 *.gcda
122
123 autoconf-config.h
124 autoconf-config.h.in
125
126 introspect.hpp