blob: fec8fabb40f2a89d7a1c514e043bc7d5439d9337 [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
Oliver Smith32311d82022-07-08 13:19:34 +02009Transceiver52M/device/ipc/uhddev_ipc.cpp
Eric Wild1e17c4f2020-03-24 17:19:27 +010010
11.clang-format
Neels Hofmeyr1e980142016-07-05 13:00:17 +020012
13# tests
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010014tests/CommonLibs/BitVectorTest
15tests/CommonLibs/F16Test
16tests/CommonLibs/InterthreadTest
17tests/CommonLibs/LogTest
18tests/CommonLibs/RegexpTest
19tests/CommonLibs/SocketsTest
20tests/CommonLibs/TimevalTest
21tests/CommonLibs/URLEncodeTest
22tests/CommonLibs/VectorTest
23tests/CommonLibs/PRBSTest
Pau Espin Pedrolc2ba4272018-01-10 13:06:22 +010024tests/Transceiver52M/convolve_test
Oliver Smith871713b2018-12-10 17:10:36 +010025tests/Transceiver52M/LMSDeviceTest
Eric Wild1e17c4f2020-03-24 17:19:27 +010026Transceiver52M/device/ipc/ipc-driver-test
Neels Hofmeyr1e980142016-07-05 13:00:17 +020027
28# automake/autoconf
29*.in
30.deps
31.libs
32.dirstamp
33*~
34Makefile
35config.log
36config.status
37config.h
38config.guess
39config.sub
40config/*
41configure
42compile
43aclocal.m4
44autom4te.cache
45depcomp
46install-sh
47libtool
48ltmain.sh
49missing
50stamp-h1
Neels Hofmeyr2e5e2c52016-08-08 11:55:41 -070051INSTALL
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010052tests/package.m4
53tests/testsuite
Pau Espin Pedrolca468962018-01-11 19:06:04 +010054tests/atconfig
55tests/testsuite.dir
56tests/testsuite.log
Neels Hofmeyr1e980142016-07-05 13:00:17 +020057
58# vim
59*.sw?
Oliver Smithbe8a83f2018-11-14 10:47:01 +010060
61# manuals
62doc/manuals/*.html
63doc/manuals/*.svg
64doc/manuals/*.pdf
65doc/manuals/*__*.png
66doc/manuals/*.check
67doc/manuals/generated/
Vadim Yanitskiy3fb4d312020-10-29 16:44:46 +070068doc/manuals/vty/osmotrx-*-vty-reference.xml
69doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.gen
70doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.merged
Oliver Smithbe8a83f2018-11-14 10:47:01 +010071doc/manuals/common
72doc/manuals/build
Oliver Smith7bbe19e2020-05-14 11:54:54 +020073
74contrib/osmo-trx.spec
75!contrib/osmo-trx.spec.in
Eric Wild1e17c4f2020-03-24 17:19:27 +010076
77utils/osmo-prbs-tool