46 lines
389 B
Plaintext
46 lines
389 B
Plaintext
# Generic
|
|
*.o
|
|
*.swp
|
|
*~
|
|
tags
|
|
/build
|
|
|
|
# Autoconf
|
|
Makefile.in
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/ar-lib
|
|
/compile
|
|
/config.guess
|
|
/dyndb-config.h.in
|
|
/config.sub
|
|
/configure
|
|
/depcomp
|
|
/install-sh
|
|
/ltmain.sh
|
|
/m4
|
|
/missing
|
|
|
|
# configure
|
|
Makefile
|
|
/dyndb-config.h
|
|
/config.log
|
|
/config.status
|
|
/libtool
|
|
.deps/
|
|
/stamp-h1
|
|
|
|
# make
|
|
.libs/
|
|
*.la
|
|
*.lo
|
|
|
|
# Eclipse
|
|
.project
|
|
.cproject
|
|
.settings
|
|
|
|
# Python
|
|
*.pyc
|
|
__pycache__
|