mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00

Automake is changing and some of the stuff in autogen.sh is expected to fail soon: https://www.gnu.org/software/automake/manual/html_node/Future-of-aclocal.html "autoreconf -if" will overwrite the INSTALL file, so its content is now in the README file. Added NEWS warning Adjusted .gitignore
52 lines
744 B
Plaintext
52 lines
744 B
Plaintext
*.o
|
|
*.lo
|
|
*.la
|
|
.deps/
|
|
.libs/
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/
|
|
config.log
|
|
config.status
|
|
configure
|
|
dumptypes.c
|
|
dumptypes.h
|
|
Makefile.in
|
|
Makefile
|
|
doc/*.1
|
|
INSTALL
|
|
include/config.h
|
|
include/config.h.in
|
|
include/mdbver.h
|
|
include/stamp-h1
|
|
libmdb.pc
|
|
libmdbsql.pc
|
|
libtool
|
|
mdbtools.spec
|
|
types.h
|
|
src/extras/mdb-hexdump
|
|
src/gmdb2/gmdb2
|
|
src/gmdb2/help/C/omf_timestamp
|
|
src/odbc/unittest
|
|
src/sql/lexer.c
|
|
src/sql/parser.c
|
|
src/sql/parser.h
|
|
src/util/mdb-array
|
|
src/util/mdb-export
|
|
src/util/mdb-header
|
|
src/util/mdb-import
|
|
src/util/mdb-parsecsv
|
|
src/util/mdb-prop
|
|
src/util/mdb-schema
|
|
src/util/mdb-sql
|
|
src/util/mdb-tables
|
|
src/util/mdb-ver
|
|
src/util/prcat
|
|
src/util/prdata
|
|
src/util/prdump
|
|
src/util/prindex
|
|
src/util/prkkd
|
|
src/util/prole
|
|
src/util/prtable
|
|
src/util/updrow
|