File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change 7
7
# and a whole lot of actually vendored code isn't listed! What we want to do is
8
8
# make the stats accurate for what is actually runtime code.
9
9
10
- # Ignore everything that isn't actually runtime code
10
+ # Note that changes to this file have to be *committed* for github-linguist to
11
+ # notice them.
12
+
13
+ # Non-runtime code
11
14
12
15
/bench /* linguist-vendored
13
16
/bin /* linguist-vendored
23
26
/lib /json /tools /* linguist-vendored
24
27
/src /main /c /Makefile linguist-vendored
25
28
/src /main /c /truffleposix /Makefile linguist-vendored
29
+ /lib /ruby /gems /* /gems /* /bin /setup linguist-vendored
30
+ /lib /truffle /post_install_hook.sh linguist-vendored
31
+ /src /test /* linguist-vendored
32
+ /src /processor /* linguist-vendored
26
33
27
- # Some things that I just want to ignore as it skews things
28
-
29
- /lib /ruby /gems /2.3.0 /gems /net-telnet-0.1.1 /bin /setup linguist-vendored
30
-
31
- # Ignore generated code
34
+ # Generated code
32
35
33
36
/src /main /java /org /truffleruby /parser /parser /RubyParser.java linguist-generated
34
37
35
- # Ignore templates
38
+ # templates
36
39
37
40
/lib /mri /rdoc /generator /template /* linguist-vendored
38
41
39
- # Ignore extra documentation
42
+ # Documentation
40
43
41
- /lib /ruby /gems /2.3.0 /gems /rake-10.4.2 /doc /rake.1 linguist-documentation
44
+ /lib /ruby /gems /* /gems /* /doc /* linguist-documentation
42
45
43
46
# All our headers are C - don't magically work out they're ObjectiveC or C++
44
47
You can’t perform that action at this time.
0 commit comments