forked from couchbase/ns_server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (64 loc) · 914 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
59
60
61
62
63
64
*.beam
*.tar.gz
*~
.DS_Store
.configuration
.eunit
.project
.settings
.coverage
/TAGS
/build
/common_tests/*.beam
/core*
/couch
/couchbase.plt
/coverage
/data
/deps/couch_dcp/
/deps/couch_index_merger/
/deps/couch_set_view/
/deps/couchdb/
/deps/ejson/
/deps/erlang-oauth/
/deps/etap/
/deps/lhttpc/
/deps/mapreduce/
/deps/mochiweb/
/deps/snappy/
/deps/chronicle/
/doc/API/_site
/lib
/logs
/make.out
/ns_server.plt
/priv/public/js/all-images.js
/priv/ui_tests/screenshots_output
/rebar.config
/src/ns_server.app.src
/tmp/version_num.tmp
TAGS
bin
cluster_run_n_*
deps/mochiweb/ebin/*
ebin
ebucketmigrator
ebucketmigrator**.tmp
erl_crash.dump*
fprof.trace
ns_server-*.tar.gz
priv/ip
priv/isasl.pw
test/log
tmp
.rebar/
/deps/gen_smtp/src/smtp_rfc822_parse.erl
/src/ldap_rfc4515_lexer.erl
/src/ldap_rfc4515_parser.erl
.idea/
*.iml
/venv
*.swp
/src/kv_stats_mappings.erl
/cluster_tests/test_cluster_data*
**/__pycache__/