summaryrefslogtreecommitdiff
path: root/.gitignore
blob: cc2aad047beb7dec13a1a6a769e2de909b708f76 (plain)
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
# 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
/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_stat
**/examples/c/ex_sync
**/examples/c/ex_thread
**/test/bloom/t
**/test/checkpoint/t
**/test_scope
**/test_wt1965_col_efficiency
**/test_wt2246_col_append
**/test_wt2323_join_visibility
**/test_wt2403_lsm_workload
**/test_wt2447_join_main_table
**/test_wt2535_insert_race
**/test_wt2592_join_schema
**/test_wt2695_checksum
**/test_wt2719_reconfig
**/test_wt2834_join_bloom_fix
**/test_wt2853_perf
**/test_wt2909_checkpoint_integrity
**/test_wt2999_join_extractor
**/test_wt3120_filesys
**/test_wt3135_search_near_collator
**/test_wt3184_dup_index_collator
**/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/recovery/random-abort
**/test/recovery/truncated-log
**/test/salvage/t
**/test/syscall/test_wt2336_base
**/test/thread/t