-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.kthxbai
More file actions
88 lines (74 loc) · 1.51 KB
/
Copy path.kthxbai
File metadata and controls
88 lines (74 loc) · 1.51 KB
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
# kthxbai config file (https://github.com/trentm/node-kthxbai)
# +pragma: rm-self
# Default patterns
**/AUTHORS
**/CONTRIBUTORS
**/README*
**/Readme*
**/readme*
**/TODO*
**/CHANGES.md
**/History.md
**/example
**/examples
**/samples
**/test
**/tests
**/tst
**/doc
**/docs
**/man
**/.travis.yml
# Custom patterns
**/.dir-locals.el
**/.gitmodules
**/.npmignore
**/.jshintrc
**/docs
**/Makefile
**/benchmark
**/jsstyle.conf
**/jsl.web.conf
**/bashstyle
**/service_bundle.dtd.1
**/jsl.node.conf
**/mkrepo
**/runtests.in
**/tools/mk/Makefile.*
**/bower.json
**/doc/wg-meetings
**/.zuul.yml
# deep-diff
deep-diff/releases
# sdc-clients: Only lib/sapi.js is used.
# TODO: Not sure all of these are safely removable.
sdc-clients/tools
sdc-clients/lib/*.javascript
sdc-clients/lib/{dsapi,usageapi}.js
# dtrace-provider
**/dtrace-provider/build/{config.gypi,*.target.mk,gyp-flock-tool,binding.Makefile}
**/dtrace-provider/build/Release/{.deps,obj.target,linker.lock}
**/dtrace-provider/!(build|package.json|dtrace-provider.js|LICENSE)
**/dtrace-provider/package.json.rej
# verror
**/verror/Makefile*
**/verror/jsl.node.conf
**/verror/experiments
# vasync
**/vasync/Makefile.targ
# vmadm
vmadm/tools
# extsprintf
**/extsprintf/Makefile*
**/extsprintf/jsl.node.conf
# cmdln & dashdash
**/cmdln/tools
**/dashdash/tools
# restify: our usage here is limited
**/restify/node_modules/spdy
# mkdirp
**/mkdirp/node_modules/minimist
**/mkdirp/bin
**/.bin/mkdirp
# bunyan (we don't need bunyan's optional 'mv' module usage)
**/bunyan/node_modules/mv