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

aclocal.m4
autom4te.cache
config.log
config.status
configure
depcomp
install-sh
missing
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/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