blob: 2020422e881040e2c92c8c06ab0d6eebb4eb4bc1 [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
9
10.clang-format
Neels Hofmeyr1e980142016-07-05 13:00:17 +020011
12# tests
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010013tests/CommonLibs/BitVectorTest
14tests/CommonLibs/F16Test
15tests/CommonLibs/InterthreadTest
16tests/CommonLibs/LogTest
17tests/CommonLibs/RegexpTest
18tests/CommonLibs/SocketsTest
19tests/CommonLibs/TimevalTest
20tests/CommonLibs/URLEncodeTest
21tests/CommonLibs/VectorTest
22tests/CommonLibs/PRBSTest
Pau Espin Pedrolc2ba4272018-01-10 13:06:22 +010023tests/Transceiver52M/convolve_test
Oliver Smith871713b2018-12-10 17:10:36 +010024tests/Transceiver52M/LMSDeviceTest
Eric Wild1e17c4f2020-03-24 17:19:27 +010025Transceiver52M/device/ipc/ipc-driver-test
Neels Hofmeyr1e980142016-07-05 13:00:17 +020026
27# automake/autoconf
28*.in
29.deps
30.libs
31.dirstamp
32*~
33Makefile
34config.log
35config.status
36config.h
37config.guess
38config.sub
39config/*
40configure
41compile
42aclocal.m4
43autom4te.cache
44depcomp
45install-sh
46libtool
47ltmain.sh
48missing
49stamp-h1
Neels Hofmeyr2e5e2c52016-08-08 11:55:41 -070050INSTALL
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010051tests/package.m4
52tests/testsuite
Pau Espin Pedrolca468962018-01-11 19:06:04 +010053tests/atconfig
54tests/testsuite.dir
55tests/testsuite.log
Neels Hofmeyr1e980142016-07-05 13:00:17 +020056
57# vim
58*.sw?
Oliver Smithbe8a83f2018-11-14 10:47:01 +010059
60# manuals
61doc/manuals/*.html
62doc/manuals/*.svg
63doc/manuals/*.pdf
64doc/manuals/*__*.png
65doc/manuals/*.check
66doc/manuals/generated/
Vadim Yanitskiy3fb4d312020-10-29 16:44:46 +070067doc/manuals/vty/osmotrx-*-vty-reference.xml
68doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.gen
69doc/manuals/vty/osmotrx-*-vty-reference.xml.inc.merged
Oliver Smithbe8a83f2018-11-14 10:47:01 +010070doc/manuals/common
71doc/manuals/build
Oliver Smith7bbe19e2020-05-14 11:54:54 +020072
73contrib/osmo-trx.spec
74!contrib/osmo-trx.spec.in
Eric Wild1e17c4f2020-03-24 17:19:27 +010075
76utils/osmo-prbs-tool