about summary refs log tree commit diff
path: root/.gitignore
blob: 028c6b7e1105c8bf6b749e7a28b71f94a0301eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# http://www.gnu.org/software/automake
Makefile.in

# http://www.gnu.org/software/autoconf
/autom4te.cache
/aclocal.m4
/compile
/configure
/depcomp
/install-sh
/missing

# Dependency files
.deps

# Object files and libraries
*.o
*.a