aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7e4da828ebb7a834e47f0b677be2b08d1227e43c (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
*.o
*.a
.deps
Makefile
Makefile.in
*.*~
*.sw?
*.pyc

#configure
aclocal.m4
autom4te.cache/
config.log
config.status
configure
depcomp
install-sh
missing
stamp-h1

osmopcapconfig.h*

# git-version-gen magic
.tarball-version
.version


# apps
src/osmo_pcap_client
src/osmo_pcap_server

# tests
tests/atconfig
tests/package.m4
tests/testsuite
tests/testsuite.log