File tree Expand file tree Collapse file tree 3 files changed +111
-111
lines changed
math/base/tools/normhermitepolyf/test/fixtures/python Expand file tree Collapse file tree 3 files changed +111
-111
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "protocol" : " https" ,
3
- "hostname" : " api.github.com" ,
4
- "port" : 443 ,
5
- "pathname" : " /" ,
6
- "page" : 1 ,
7
- "last_page" : " last" ,
8
- "per_page" : 100 ,
9
- "query" : " " ,
10
- "method" : " GET" ,
11
- "useragent" : " https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-repos" ,
12
- "accept" : " application/vnd.github.v3+json"
2
+ "protocol" : " https" ,
3
+ "hostname" : " api.github.com" ,
4
+ "port" : 443 ,
5
+ "pathname" : " /" ,
6
+ "page" : 1 ,
7
+ "last_page" : " last" ,
8
+ "per_page" : 100 ,
9
+ "query" : " " ,
10
+ "method" : " GET" ,
11
+ "useragent" : " https://github.com/stdlib-js/stdlib/@stdlib/_tools/github/user-repos" ,
12
+ "accept" : " application/vnd.github.v3+json"
13
13
}
Original file line number Diff line number Diff line change 1
1
[
2
- " **/lint/filenames/test/fixtures/**" ,
3
- " node_modules/**" ,
4
- " build/**" ,
5
- " **/build/**" ,
6
- " **/tmp/**" ,
7
- " reports/**" ,
8
- " .git*" ,
9
- " **/*.com" ,
10
- " **/*.class" ,
11
- " **/*.dll" ,
12
- " **/*.exe" ,
13
- " **/*.o" ,
14
- " **/*.so" ,
15
- " **/*.slo" ,
16
- " **/*.lo" ,
17
- " **/*.obj" ,
18
- " **/*.dylib" ,
19
- " **/*.lai" ,
20
- " **/*.la" ,
21
- " **/*.a" ,
22
- " **/*.lib" ,
23
- " **/*.ko" ,
24
- " **/*.elf" ,
25
- " **/*.node" ,
26
- " **/*.gch" ,
27
- " **/*.pch" ,
28
- " **/*.out" ,
29
- " **/*.app" ,
30
- " **/*.7z" ,
31
- " **/*.dmg" ,
32
- " **/*.gz" ,
33
- " **/*.iso" ,
34
- " **/*.jar" ,
35
- " **/*.rar" ,
36
- " **/*.tar" ,
37
- " **/*.zip" ,
38
- " **/*.log" ,
39
- " **/*.sql" ,
40
- " **/*.sqlite" ,
41
- " **/.DS_Store*" ,
42
- " **/._*" ,
43
- " **/.Splotlight-V100" ,
44
- " **/.Trashes" ,
45
- " **/ehthumbs.db" ,
46
- " **/Thumbs.db" ,
47
- " **/Desktop.ini" ,
48
- " **/*~" ,
49
- " **/pids" ,
50
- " **/*.pid" ,
51
- " **/*.seed" ,
52
- " **/*.asv" ,
53
- " **/*.mex*" ,
54
- " **/*.mod" ,
55
- " **/*.Rhistory" ,
56
- " **/*.Rapp.history" ,
57
- " **/*.Rproj.user/" ,
58
- " __pycache__/**" ,
59
- " **/*.py[cod]" ,
60
- " **/*$py.class" ,
61
- " **/*.aux" ,
62
- " **/*.lof" ,
63
- " **/*.log" ,
64
- " **/*.lot" ,
65
- " **/*.fls" ,
66
- " **/*.out" ,
67
- " **/*.toc" ,
68
- " **/*.dvi" ,
69
- " **/*-converted-to.*" ,
70
- " **/*.bbl" ,
71
- " **/*.bcf" ,
72
- " **/*.blg" ,
73
- " **/*-blx.aux" ,
74
- " **/*-blx.bib" ,
75
- " **/*.brf" ,
76
- " **/*.run.xml" ,
77
- " **/*.fdb_latexmk" ,
78
- " **/*.synctex" ,
79
- " **/*.synctex.gz" ,
80
- " **/*.syntex.gz(busy)" ,
81
- " **/*.pdfsync" ,
82
- " **/*.alg" ,
83
- " **/*.loa" ,
84
- " **/acs-*.bib" ,
85
- " **/*.thm" ,
86
- " **/*.nav" ,
87
- " **/*.snm" ,
88
- " **/*.vrb" ,
89
- " **/*.acn" ,
90
- " **/*.acr" ,
91
- " **/*.glg" ,
92
- " **/*.glo" ,
93
- " **/*.gls" ,
94
- " **/*-concordance.tex" ,
95
- " **/*.tikz" ,
96
- " **/*-tikzDictionary" ,
97
- " **/*.idx" ,
98
- " **/*.ilg" ,
99
- " **/*.ind" ,
100
- " **/*.ist"
2
+ " **/lint/filenames/test/fixtures/**" ,
3
+ " node_modules/**" ,
4
+ " build/**" ,
5
+ " **/build/**" ,
6
+ " **/tmp/**" ,
7
+ " reports/**" ,
8
+ " .git*" ,
9
+ " **/*.com" ,
10
+ " **/*.class" ,
11
+ " **/*.dll" ,
12
+ " **/*.exe" ,
13
+ " **/*.o" ,
14
+ " **/*.so" ,
15
+ " **/*.slo" ,
16
+ " **/*.lo" ,
17
+ " **/*.obj" ,
18
+ " **/*.dylib" ,
19
+ " **/*.lai" ,
20
+ " **/*.la" ,
21
+ " **/*.a" ,
22
+ " **/*.lib" ,
23
+ " **/*.ko" ,
24
+ " **/*.elf" ,
25
+ " **/*.node" ,
26
+ " **/*.gch" ,
27
+ " **/*.pch" ,
28
+ " **/*.out" ,
29
+ " **/*.app" ,
30
+ " **/*.7z" ,
31
+ " **/*.dmg" ,
32
+ " **/*.gz" ,
33
+ " **/*.iso" ,
34
+ " **/*.jar" ,
35
+ " **/*.rar" ,
36
+ " **/*.tar" ,
37
+ " **/*.zip" ,
38
+ " **/*.log" ,
39
+ " **/*.sql" ,
40
+ " **/*.sqlite" ,
41
+ " **/.DS_Store*" ,
42
+ " **/._*" ,
43
+ " **/.Splotlight-V100" ,
44
+ " **/.Trashes" ,
45
+ " **/ehthumbs.db" ,
46
+ " **/Thumbs.db" ,
47
+ " **/Desktop.ini" ,
48
+ " **/*~" ,
49
+ " **/pids" ,
50
+ " **/*.pid" ,
51
+ " **/*.seed" ,
52
+ " **/*.asv" ,
53
+ " **/*.mex*" ,
54
+ " **/*.mod" ,
55
+ " **/*.Rhistory" ,
56
+ " **/*.Rapp.history" ,
57
+ " **/*.Rproj.user/" ,
58
+ " __pycache__/**" ,
59
+ " **/*.py[cod]" ,
60
+ " **/*$py.class" ,
61
+ " **/*.aux" ,
62
+ " **/*.lof" ,
63
+ " **/*.log" ,
64
+ " **/*.lot" ,
65
+ " **/*.fls" ,
66
+ " **/*.out" ,
67
+ " **/*.toc" ,
68
+ " **/*.dvi" ,
69
+ " **/*-converted-to.*" ,
70
+ " **/*.bbl" ,
71
+ " **/*.bcf" ,
72
+ " **/*.blg" ,
73
+ " **/*-blx.aux" ,
74
+ " **/*-blx.bib" ,
75
+ " **/*.brf" ,
76
+ " **/*.run.xml" ,
77
+ " **/*.fdb_latexmk" ,
78
+ " **/*.synctex" ,
79
+ " **/*.synctex.gz" ,
80
+ " **/*.syntex.gz(busy)" ,
81
+ " **/*.pdfsync" ,
82
+ " **/*.alg" ,
83
+ " **/*.loa" ,
84
+ " **/acs-*.bib" ,
85
+ " **/*.thm" ,
86
+ " **/*.nav" ,
87
+ " **/*.snm" ,
88
+ " **/*.vrb" ,
89
+ " **/*.acn" ,
90
+ " **/*.acr" ,
91
+ " **/*.glg" ,
92
+ " **/*.glo" ,
93
+ " **/*.gls" ,
94
+ " **/*-concordance.tex" ,
95
+ " **/*.tikz" ,
96
+ " **/*-tikzDictionary" ,
97
+ " **/*.idx" ,
98
+ " **/*.ilg" ,
99
+ " **/*.ind" ,
100
+ " **/*.ist"
101
101
]
You can’t perform that action at this time.
0 commit comments