blob: fc567db81891f984667782a1f45d91a37c802258 [file] [log] [blame]
Neels Hofmeyr1e980142016-07-05 13:00:17 +02001# build results
2*.o
3*.lo
4*.la
Harald Weltee09e80f2018-04-28 19:30:13 +02005Transceiver52M/osmo-trx-uhd
6Transceiver52M/osmo-trx-usrp1
Harald Weltec38e45e2018-04-28 19:30:29 +02007Transceiver52M/osmo-trx-lms
Eric Wild1e17c4f2020-03-24 17:19:27 +01008Transceiver52M/osmo-trx-ipc
Eric7d897cb2022-11-28 19:20:32 +01009Transceiver52M/osmo-trx-blade
Ericb7253c62022-11-28 19:21:08 +010010Transceiver52M/osmo-trx-ipc2
11Transceiver52M/osmo-trx-syncthing-blade
12Transceiver52M/osmo-trx-syncthing-uhd
13Transceiver52M/osmo-trx-syncthing-ipc
14Transceiver52M/osmo-trx-ms-blade
15Transceiver52M/osmo-trx-ms-uhd
16Transceiver52M/osmo-trx-ms-ipc
Oliver Smith32311d82022-07-08 13:19:34 +020017Transceiver52M/device/ipc/uhddev_ipc.cpp
Eric Wild1e17c4f2020-03-24 17:19:27 +010018
19.clang-format
Neels Hofmeyr1e980142016-07-05 13:00:17 +020020
21# tests
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010022tests/CommonLibs/BitVectorTest
23tests/CommonLibs/F16Test
24tests/CommonLibs/InterthreadTest
25tests/CommonLibs/LogTest
26tests/CommonLibs/RegexpTest
27tests/CommonLibs/SocketsTest
28tests/CommonLibs/TimevalTest
29tests/CommonLibs/URLEncodeTest
30tests/CommonLibs/VectorTest
31tests/CommonLibs/PRBSTest
Pau Espin Pedrolc2ba4272018-01-10 13:06:22 +010032tests/Transceiver52M/convolve_test
Oliver Smith871713b2018-12-10 17:10:36 +010033tests/Transceiver52M/LMSDeviceTest
Eric Wild1e17c4f2020-03-24 17:19:27 +010034Transceiver52M/device/ipc/ipc-driver-test
Neels Hofmeyr1e980142016-07-05 13:00:17 +020035
36# automake/autoconf
37*.in
38.deps
39.libs
40.dirstamp
Oliver Smith99e07462024-03-18 12:34:43 +010041.version
Neels Hofmeyr1e980142016-07-05 13:00:17 +020042*~
43Makefile
44config.log
45config.status
46config.h
47config.guess
48config.sub
49config/*
50configure
51compile
52aclocal.m4
53autom4te.cache
54depcomp
55install-sh
56libtool
57ltmain.sh
58missing
59stamp-h1
Neels Hofmeyr2e5e2c52016-08-08 11:55:41 -070060INSTALL
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010061tests/package.m4
62tests/testsuite
Pau Espin Pedrolca468962018-01-11 19:06:04 +010063tests/atconfig
64tests/testsuite.dir
65tests/testsuite.log
Neels Hofmeyr1e980142016-07-05 13:00:17 +020066
67# vim
68*.sw?
Oliver Smithbe8a83f2018-11-14 10:47:01 +010069
70# manuals
71doc/manuals/*.html
72doc/manuals/*.svg
73doc/manuals/*.pdf
74doc/manuals/*__*.png
75doc/manuals/*.check
76doc/manuals/generated/
Vadim Yanitskiy3fb4d312020-10-29 16:44:46 +070077doc/manuals/vty/osmotrx-*-vty-reference.xml
78doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.gen
79doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.merged
Oliver Smithbe8a83f2018-11-14 10:47:01 +010080doc/manuals/common
81doc/manuals/build
Oliver Smith7bbe19e2020-05-14 11:54:54 +020082
83contrib/osmo-trx.spec
84!contrib/osmo-trx.spec.in
Eric Wild1e17c4f2020-03-24 17:19:27 +010085
86utils/osmo-prbs-tool
Eric1f8eb7c2023-07-25 18:43:24 +020087utils/va-test/osmo-burst-gen
Ericaa7a40e2022-06-08 13:58:09 +020088/.qtc_clangd/*
89/.cache/*
90/.vscode/*