aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1620cc7091b04568e5244e31a23edd499f0333db (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
# http://www.gnu.org/software/automake

Makefile.in
Makefile

# http://www.gnu.org/software/autoconf

config.*
/libtool
/ltmain.sh
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing
/stamp-h1
/pkgconfig/*.pc
.deps
.libs

# Object files
*.o
*.lo

# Static libraries
*.la