forked from rethinkdb/rethinkdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (48 loc) · 844 Bytes
/
.gitignore
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
*.pyc
*.sw?
*~
.DS_Store
.tags
TAGS
.cscope
cscope.files
cscope.out
last_tested_versions
/custom.mk
/config.mk
/mk/gen/*
/build
/src/quickrun_rethinkdb
/src/debug_rethinkdb
/src/eavesdrop_rethinkdb
/src/eavesdrop_memcache
/src/eavesdrop
/src/eavesdrop_debug
/src/valgrind_rethinkdb
/src/spin_up_clusters.py
/src/.clang_complete
/src/find_replace.sh
/src/make_filter.sh
/src/cluster_directory_*
/packaging/ami/build-ami-files/static-web
/**/rethinkdb_data
/**/rethinkdb_metadata
/scripts/netrecord/netrecord
/scripts/cluster_directory_*
/test/performance/comparisons/comparison*
/test/performance/results/
/test/performance/run/
/test/results
/**/.rethinkdbTestTemp-*
/**/run
/test_results.*
/windows_deps/
/x64/
/RethinkDB.sdf
/RethinkDB.vcxproj.filters
/RethinkDB.vcxproj.user
/RethinkDB.vcxproj.xml
*.xml
*.iml
/.vscode
virtualenv