1# emacs backup file
2*~
3
4# autotools
5*.la
6*.lo
7*.m4
8*.o
9*.pyc
10.dirstamp
11.deps/
12.libs/
13INSTALL
14Makefile
15Makefile.in
16autom4te.cache/
17cert/
18compile
19config.guess
20config.h
21config.h.in
22config.log
23config.status
24config.sub
25configure
26depcomp
27install-sh
28libtool
29ltmain.sh
30missing
31stamp-h1
32test-driver
33
34# test logs generated by `make check`
35*.log
36*.trs
37