diff options
author | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-02-01 18:04:48 +1100 |
---|---|---|
committer | Michael Cahill <michael.cahill@wiredtiger.com> | 2011-02-01 18:04:48 +1100 |
commit | d586346fe098ee5cd0e0767017a88952e9ac4afe (patch) | |
tree | 1f34d87fc8dd20bffe1d7ed9eaf4e506a13ba830 /.hgignore | |
parent | 1772f2602c334420b2ee492a70ece8fcf8dc8c51 (diff) | |
download | mongo-d586346fe098ee5cd0e0767017a88952e9ac4afe.tar.gz |
Merge the build of the WiredTiger core with the API tree.
refs #27
--HG--
rename : include/wiredtiger.h => include/api_int.h
rename : src/support/strerror.c => src/api/strerror.c
rename : src/support/version.c => src/api/version.c
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.hgignore b/.hgignore index 3ee0afffe6f..c92ae13ccb5 100644 --- a/.hgignore +++ b/.hgignore @@ -2,7 +2,9 @@ \.swp$ \.pyc$ \.class$ -^build.*/.* +^build.*/(\.deps|COPYING|ChangeLog|INSTALL|Makefile.*|NEWS|README) +^build.*/(aclocal\.m4|config\..*|configure|stamp-h1|w.*\.h) +^build_posix/gnu-support/(depcomp|install-sh|missing) docs/doxygen.log docs/html docs/java |