51 lines
463 B
Plaintext
Raw Normal View History

2013-06-04 16:31:14 -07:00
# Object code
*.o
*.so
*.lo
*.la
# gcov files
*.gcda
*.gcov
*.gcno
# Test suite output
*.log
*.trs
2013-06-04 16:31:14 -07:00
# Backup files
*~
# Release files
*.tar.gz
# Files currently being edited by vim or vi
*.swp
# automake/autoconf
.deps/
.dirstamp
2013-06-04 16:31:14 -07:00
.libs/
Doxyfile
2013-06-04 16:31:14 -07:00
Makefile
Makefile.in
aclocal.m4
autom4te.cache/
build-aux/
libtool
2013-06-04 16:31:14 -07:00
m4/*
!README
2014-01-01 14:44:28 -08:00
config.h
config.h.in
2013-06-04 16:31:14 -07:00
config.log
config.status
configure
2014-01-01 14:44:28 -08:00
stamp-h1
2013-06-05 14:33:43 -07:00
# Generated docs
doc/*/doxygen-output
2013-06-05 14:33:43 -07:00
# IDE metadata
nbproject/