aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ffef58f98eee91ddb6544a0e91f9bd5597e6f63f (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
# autoscan by-products
autoscan-2.*.log
configure.scan

# autoreconf by-products
Makefile.in

aclocal.m4
autom4te.cache/
config.guess
config.h.in
config.sub
configure
depcomp
install-sh
ltmain.sh
m4/
missing

# configure by-products
*.pc
.deps
Makefile

config.h
config.log
config.status
libtool
stamp-h1

# build by-products
.libs
*.o
*.la
*.lo

libgsmhr/refsrc

# GNU autotest
tests/package.m4
tests/atconfig
tests/atlocal
tests/testsuite
tests/testsuite.dir/
tests/testsuite.log
tests/*/*_test

# final executables
src/osmo-gapk

# temporary/backup files
*.*~
.*.swp
/compile
.dirstamp