blob: 0b33e0fe35abeddb5a7bd6ec48b3d1da4877ffa1 [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
41*~
42Makefile
43config.log
44config.status
45config.h
46config.guess
47config.sub
48config/*
49configure
50compile
51aclocal.m4
52autom4te.cache
53depcomp
54install-sh
55libtool
56ltmain.sh
57missing
58stamp-h1
Neels Hofmeyr2e5e2c52016-08-08 11:55:41 -070059INSTALL
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010060tests/package.m4
61tests/testsuite
Pau Espin Pedrolca468962018-01-11 19:06:04 +010062tests/atconfig
63tests/testsuite.dir
64tests/testsuite.log
Neels Hofmeyr1e980142016-07-05 13:00:17 +020065
66# vim
67*.sw?
Oliver Smithbe8a83f2018-11-14 10:47:01 +010068
69# manuals
70doc/manuals/*.html
71doc/manuals/*.svg
72doc/manuals/*.pdf
73doc/manuals/*__*.png
74doc/manuals/*.check
75doc/manuals/generated/
Vadim Yanitskiy3fb4d312020-10-29 16:44:46 +070076doc/manuals/vty/osmotrx-*-vty-reference.xml
77doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.gen
78doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.merged
Oliver Smithbe8a83f2018-11-14 10:47:01 +010079doc/manuals/common
80doc/manuals/build
Oliver Smith7bbe19e2020-05-14 11:54:54 +020081
82contrib/osmo-trx.spec
83!contrib/osmo-trx.spec.in
Eric Wild1e17c4f2020-03-24 17:19:27 +010084
85utils/osmo-prbs-tool
Ericaa7a40e2022-06-08 13:58:09 +020086/.qtc_clangd/*
87/.cache/*
88/.vscode/*