2013-06-04 23:31:14 +00:00
|
|
|
|
|
|
|
# Object code
|
|
|
|
*.o
|
|
|
|
*.so
|
|
|
|
*.lo
|
|
|
|
*.la
|
|
|
|
|
|
|
|
# gcov files
|
|
|
|
*.gcda
|
|
|
|
*.gcov
|
|
|
|
*.gcno
|
|
|
|
|
|
|
|
# Backup files
|
|
|
|
*~
|
|
|
|
|
|
|
|
# Release files
|
|
|
|
*.tar.gz
|
|
|
|
|
|
|
|
# Files currently being edited by vim or vi
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
# automake/autoconf
|
|
|
|
.deps/
|
2013-10-26 00:18:58 +00:00
|
|
|
.dirstamp
|
2013-06-04 23:31:14 +00:00
|
|
|
.libs/
|
|
|
|
Makefile
|
|
|
|
Makefile.in
|
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache/
|
|
|
|
m4/*
|
|
|
|
!README
|
2014-04-11 17:00:40 +00:00
|
|
|
compile
|
2013-06-04 23:31:14 +00:00
|
|
|
config.guess
|
2014-01-01 22:44:28 +00:00
|
|
|
config.h
|
|
|
|
config.h.in
|
2013-06-04 23:31:14 +00:00
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
config.sub
|
|
|
|
configure
|
|
|
|
depcomp
|
|
|
|
install-sh
|
|
|
|
libtool
|
|
|
|
ltmain.sh
|
|
|
|
missing
|
2014-01-01 22:44:28 +00:00
|
|
|
stamp-h1
|
2014-04-11 17:00:40 +00:00
|
|
|
test-driver
|
2013-06-04 23:31:14 +00:00
|
|
|
|
2013-06-05 21:33:43 +00:00
|
|
|
# Test binaries
|
|
|
|
tests/test_*
|
|
|
|
!tests/test_*.[ch]
|
|
|
|
|
|
|
|
# Generated docs
|
|
|
|
doc/doxygen-output
|
|
|
|
|