aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f5e794ac38836a0ab0b61d96a50114fa4db54a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Makefile
Makefile.in
.deps
.dirstamp
.libs
*.o
*.lo
*.la
*.pc
*.pyc
aclocal.m4
acinclude.m4
aminclude.am
m4/*.m4
!m4/ax_*.m4
autom4te.cache
config.cache
config.h*
config.sub
config.log
config.status
config.guess
configure
compile
depcomp
missing
ltmain.sh
install-sh
stamp-h1
libtool
libosmocore-*.tar.*
*~

# libtool for different platforms like arm-poky-linux-gnueabi-libtool
*-libtool

Doxyfile.core
Doxyfile.ctrl
Doxyfile.gsm
Doxyfile.vty
Doxyfile.codec
Doxyfile.coding
Doxyfile.gb

debian/autoreconf.after
debian/autoreconf.before
debian/files
debian/libosmocore-dev/
debian/libosmocore*.log
debian/tmp/
debian/libosmocore*.substvars
debian/libosmocore/
debian/libosmocore.post*.debhelper

.tarball-version
.version

#gnu autotest
tests/package.m4
tests/atconfig
tests/atlocal
tests/osmo-test
tests/package.m4
tests/testsuite
tests/testsuite.dir/
tests/testsuite.log
tests/*/*_test

utils/osmo-arfcn
utils/osmo-auc-gen
utils/osmo-config-merge
utils/osmo-sim-test

doc/codec
doc/coding
doc/core
doc/ctrl
doc/vty/latex
doc/vty/html
doc/vty/doxygen_sqlite3.db
doc/gsm
doc/gb
doc/html.tar
doc/*.tag
doc/*.tag.prep
tags

src/crc*gen.c
src/gsm/gsm0503_conv.c
src/gsm/*_gen.c
include/osmocom/core/crc*gen.h
include/osmocom/core/bit*gen.h
include/osmocom/gsm/gsm0503.h
tests/conv/gsm0503_test_vectors.c

# vi files
*.sw?
/tests/libsercomstub.a

# code coverage reports
libosmocore-*-coverage*
coverage-cobertura.xml

contrib/libosmocore.spec