aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 3aa39cba9ef1772396fedae785af470b6f993782 (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
*.o
*.a
Makefile.in
Makefile
.deps

btsconfig.h
btsconfig.h.in

aclocal.m4
autom4te.cache
config.log
config.status
config.guess
config.sub
configure
compile
depcomp
install-sh
missing
stamp-h1
core
core.*

contrib/sysmobts-calib/sysmobts-calib

src/osmo-bts-sysmo/l1fwd-proxy
src/osmo-bts-sysmo/sysmobts
src/osmo-bts-sysmo/sysmobts-remote
src/osmo-bts-sysmo/sysmobts-mgr


tests/atconfig
tests/package.m4
tests/agch/agch_test
tests/paging/paging_test
tests/cipher/cipher_test
tests/sysmobts/sysmobts_test
tests/testsuite
tests/testsuite.log

# Possible generated file
doc/vty_reference.xml

# Backups, vi, merges
*.sw?
*.orig
*.sav