blob: 35a1b46229642b8ce97986997494dbf3fe094eea [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
Oliver Smith32311d82022-07-08 13:19:34 +020010Transceiver52M/device/ipc/uhddev_ipc.cpp
Eric Wild1e17c4f2020-03-24 17:19:27 +010011
12.clang-format
Neels Hofmeyr1e980142016-07-05 13:00:17 +020013
14# tests
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010015tests/CommonLibs/BitVectorTest
16tests/CommonLibs/F16Test
17tests/CommonLibs/InterthreadTest
18tests/CommonLibs/LogTest
19tests/CommonLibs/RegexpTest
20tests/CommonLibs/SocketsTest
21tests/CommonLibs/TimevalTest
22tests/CommonLibs/URLEncodeTest
23tests/CommonLibs/VectorTest
24tests/CommonLibs/PRBSTest
Pau Espin Pedrolc2ba4272018-01-10 13:06:22 +010025tests/Transceiver52M/convolve_test
Oliver Smith871713b2018-12-10 17:10:36 +010026tests/Transceiver52M/LMSDeviceTest
Eric Wild1e17c4f2020-03-24 17:19:27 +010027Transceiver52M/device/ipc/ipc-driver-test
Neels Hofmeyr1e980142016-07-05 13:00:17 +020028
29# automake/autoconf
30*.in
31.deps
32.libs
33.dirstamp
34*~
35Makefile
36config.log
37config.status
38config.h
39config.guess
40config.sub
41config/*
42configure
43compile
44aclocal.m4
45autom4te.cache
46depcomp
47install-sh
48libtool
49ltmain.sh
50missing
51stamp-h1
Neels Hofmeyr2e5e2c52016-08-08 11:55:41 -070052INSTALL
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010053tests/package.m4
54tests/testsuite
Pau Espin Pedrolca468962018-01-11 19:06:04 +010055tests/atconfig
56tests/testsuite.dir
57tests/testsuite.log
Neels Hofmeyr1e980142016-07-05 13:00:17 +020058
59# vim
60*.sw?
Oliver Smithbe8a83f2018-11-14 10:47:01 +010061
62# manuals
63doc/manuals/*.html
64doc/manuals/*.svg
65doc/manuals/*.pdf
66doc/manuals/*__*.png
67doc/manuals/*.check
68doc/manuals/generated/
Vadim Yanitskiy3fb4d312020-10-29 16:44:46 +070069doc/manuals/vty/osmotrx-*-vty-reference.xml
70doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.gen
71doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.merged
Oliver Smithbe8a83f2018-11-14 10:47:01 +010072doc/manuals/common
73doc/manuals/build
Oliver Smith7bbe19e2020-05-14 11:54:54 +020074
75contrib/osmo-trx.spec
76!contrib/osmo-trx.spec.in
Eric Wild1e17c4f2020-03-24 17:19:27 +010077
78utils/osmo-prbs-tool
Ericaa7a40e2022-06-08 13:58:09 +020079/.qtc_clangd/*
80/.cache/*
81/.vscode/*