1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
# Editor files
*.swp
# Build directories
.deps/
.libs/
# Build files
*.dll
*.exe
*.exp
*.la
*.lib
*.lo
*.o
*.obj
*.pdb
*.pyc
.dirstamp
.sconf_temp
.sconsign.dblite
/Makefile.am
/aclocal.m4
/autom4te.cache/
/build_posix/aclocal/libtool.m4
/build_posix/aclocal/ltoptions.m4
/build_posix/aclocal/ltsugar.m4
/build_posix/aclocal/ltversion.m4
/build_posix/aclocal/lt~obsolete.m4
/build_posix/config.hin
/build_posix/gnu-support/
/config.log
/config.status
/configure
/configure.ac
/libtool
/stamp-h1
/wiredtiger.h
/wiredtiger.pc
/wiredtiger_config.h
/wiredtiger_ext.h
/wt
Makefile
Makefile.in
build_posix/config.log
build_posix/config.status
build_posix/libtool
build_posix/stamp-h1
build_posix/wiredtiger.h
build_posix/wiredtiger.pc
build_posix/wiredtiger_config.h
build_posix/wiredtiger_ext.h
build_posix/wt
tags
# Documentation
/dist/plantuml.jar
/docs/
/src/docs/changelog.md
/src/docs/doxygen.log
# Tests
WT_HOME/
WT_TEST/
# Bench/workgen
/bench/workgen/_workgen.so
/bench/workgen/workgen/workgen.py
/bench/workgen/workgen_wrap.cxx
# Python
/lang/python/_wiredtiger.so
/lang/python/wiredtiger.py
/lang/python/wiredtiger/__init__.py
/lang/python/wiredtiger/_wiredtiger.pyd
/lang/python/wiredtiger_wrap.c
_wiredtiger.pyd
# Binaries
**/bench/wtperf/wtperf
**/examples/c/ex_access
**/examples/c/ex_all
**/examples/c/ex_async
**/examples/c/ex_backup
**/examples/c/ex_call_center
**/examples/c/ex_config_parse
**/examples/c/ex_cursor
**/examples/c/ex_data_source
**/examples/c/ex_encrypt
**/examples/c/ex_event_handler
**/examples/c/ex_extending
**/examples/c/ex_extractor
**/examples/c/ex_file_system
**/examples/c/ex_hello
**/examples/c/ex_log
**/examples/c/ex_pack
**/examples/c/ex_process
**/examples/c/ex_schema
**/examples/c/ex_smoke
**/examples/c/ex_stat
**/examples/c/ex_sync
**/examples/c/ex_thread
**/test/bloom/t
**/test/checkpoint/t
**/test/csuite/test_random_abort
**/test/csuite/test_random_directio
**/test/csuite/test_rwlock
**/test/csuite/test_schema_abort
**/test/csuite/test_scope
**/test/csuite/test_timestamp_abort
**/test/csuite/test_truncated_log
**/test/csuite/test_wt1965_col_efficiency
**/test/csuite/test_wt2246_col_append
**/test/csuite/test_wt2323_join_visibility
**/test/csuite/test_wt2403_lsm_workload
**/test/csuite/test_wt2447_join_main_table
**/test/csuite/test_wt2535_insert_race
**/test/csuite/test_wt2592_join_schema
**/test/csuite/test_wt2695_checksum
**/test/csuite/test_wt2719_reconfig
**/test/csuite/test_wt2834_join_bloom_fix
**/test/csuite/test_wt2853_perf
**/test/csuite/test_wt2909_checkpoint_integrity
**/test/csuite/test_wt2999_join_extractor
**/test/csuite/test_wt3120_filesys
**/test/csuite/test_wt3135_search_near_collator
**/test/csuite/test_wt3184_dup_index_collator
**/test/csuite/test_wt3338_partial_update
**/test/csuite/test_wt3363_checkpoint_op_races
**/test/csuite/test_wt3874_pad_byte_collator
**/test/csuite/test_wt4105_large_doc_small_upd
**/test/csuite/test_wt4117_checksum
**/test/csuite/test_wt4156_metadata_salvage
**/test/csuite/test_wt4333_handle_locks
**/test/cursor_order/cursor_order
**/test/fops/t
**/test/format/s_dumpcmp
**/test/format/t
**/test/huge/t
**/test/manydbs/t
**/test/packing/intpack-test
**/test/packing/intpack-test2
**/test/packing/intpack-test3
**/test/packing/packing-test
**/test/readonly/t
**/test/salvage/t
**/test/syscall/test_wt2336_base
**/test/thread/t
|