blob: 5b864e718dc74d8a56d837fe6049ad3cda60fcd9 [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
Oliver Smith14ee5ea2020-05-19 13:14:49 +02008Transceiver52M/osmo-trx-ipc
Neels Hofmeyr1e980142016-07-05 13:00:17 +02009
10# tests
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010011tests/CommonLibs/BitVectorTest
12tests/CommonLibs/F16Test
13tests/CommonLibs/InterthreadTest
14tests/CommonLibs/LogTest
15tests/CommonLibs/RegexpTest
16tests/CommonLibs/SocketsTest
17tests/CommonLibs/TimevalTest
18tests/CommonLibs/URLEncodeTest
19tests/CommonLibs/VectorTest
20tests/CommonLibs/PRBSTest
Pau Espin Pedrolc2ba4272018-01-10 13:06:22 +010021tests/Transceiver52M/convolve_test
Oliver Smith871713b2018-12-10 17:10:36 +010022tests/Transceiver52M/LMSDeviceTest
Oliver Smith14ee5ea2020-05-19 13:14:49 +020023Transceiver52M/device/ipc/ipc-driver-test
Neels Hofmeyr1e980142016-07-05 13:00:17 +020024
25# automake/autoconf
26*.in
27.deps
28.libs
29.dirstamp
30*~
31Makefile
32config.log
33config.status
34config.h
35config.guess
36config.sub
37config/*
38configure
39compile
40aclocal.m4
41autom4te.cache
42depcomp
43install-sh
44libtool
45ltmain.sh
46missing
47stamp-h1
Neels Hofmeyr2e5e2c52016-08-08 11:55:41 -070048INSTALL
Pau Espin Pedrol2ac788b2018-01-09 17:44:49 +010049tests/package.m4
50tests/testsuite
Pau Espin Pedrolca468962018-01-11 19:06:04 +010051tests/atconfig
52tests/testsuite.dir
53tests/testsuite.log
Neels Hofmeyr1e980142016-07-05 13:00:17 +020054
55# vim
56*.sw?
Oliver Smithbe8a83f2018-11-14 10:47:01 +010057
58# manuals
59doc/manuals/*.html
60doc/manuals/*.svg
61doc/manuals/*.pdf
62doc/manuals/*__*.png
63doc/manuals/*.check
64doc/manuals/generated/
65doc/manuals/osmomsc-usermanual.xml
66doc/manuals/common
67doc/manuals/build
Oliver Smith7bbe19e2020-05-14 11:54:54 +020068
69contrib/osmo-trx.spec
70!contrib/osmo-trx.spec.in
Oliver Smith14ee5ea2020-05-19 13:14:49 +020071
72utils/osmo-prbs-tool