mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-15 11:06:10 +01:00

This commit also adds AUTHORS and ChangeLog to .gitignore. ChangeLog is only used by autoconf/automake and it has a quite strict format. Since msgpack-c's change log is now written in Markdown, it's difficult to follow the ChangeLog format. So, unlike README.md, bootstrap doesn't copy CHANGELOG.md to ChangeLog.
52 lines
733 B
Plaintext
52 lines
733 B
Plaintext
# Files generated by the bootstrap script.
|
|
/INSTALL
|
|
/AUTHORS
|
|
/ChangeLog
|
|
/NEWS
|
|
/README
|
|
/ac/
|
|
/aclocal.m4
|
|
/autom4te.cache/
|
|
/config.h.in
|
|
/configure
|
|
/msgpack_vc2008.sln
|
|
/msgpack_vc2008.vcproj
|
|
Makefile.in
|
|
|
|
# Files generated by the configure script.
|
|
|
|
/config.h
|
|
/config.log
|
|
/config.status
|
|
/libtool
|
|
/msgpack.pc
|
|
/src/msgpack/version.h
|
|
/src/msgpack/version.hpp
|
|
/stamp-h1
|
|
Makefile
|
|
.deps
|
|
.libs
|
|
|
|
# Files generated by make.
|
|
*.o
|
|
*.so
|
|
*.lo
|
|
*.la
|
|
|
|
# Files generated by make check.
|
|
# TODO: Replace these with something like /test/*_test
|
|
/test/buffer
|
|
/test/cases
|
|
/test/convert
|
|
/test/fixint
|
|
/test/fixint_c
|
|
/test/msgpack_test
|
|
/test/msgpackc_test
|
|
/test/object
|
|
/test/pack_unpack
|
|
/test/pack_unpack_c
|
|
/test/streaming
|
|
/test/streaming_c
|
|
/test/version
|
|
/test/zone
|