-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (56 loc) · 817 Bytes
/
.gitignore
File metadata and controls
56 lines (56 loc) · 817 Bytes
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
*.beam
*.tar.gz
*~
.DS_Store
.configuration
.eunit
.project
.settings
/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/
/doc/API/_site
/lib
/logs
/make.out
/ns_server.plt
/priv/public/js/all-images.js
/priv/public/ui/app.min.js
/priv/public/ui/index.min.html
/priv/public/ui/classic-app.min.js
/priv/public/ui/classic-index.min.html
/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/