-
Notifications
You must be signed in to change notification settings - Fork 60
/
.Rbuildignore
72 lines (72 loc) · 1.29 KB
/
.Rbuildignore
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
^(src\/)?.*\.log$
^.*callgrind.*\.out$
^(vignettes\/)?\.build\.timestamp$
^\.gdb_history$
^\.gitconfig$
^\.deps$
^.*\.Rprof.*$
^.*\.Rproj$
^.*\.xcworkspace$
^CONTRIBUTING\.md$
^travis-notes\.txt$
^Meta$
^README-*\.png$
^README\.Rmd$
^README\.html$
^\.DS_Store$
^\.Rproj\.user$
^\.covrignore$
^\.git$
^\.git.*$
^\.lintr$
^\.settings$
^\.travis\..*$
^_config\.yml$
^aclocal\.m4$
^appveyor\.yml$
^autom4te\.cache$
^bench-versus-result.*rds$
^benchmarks
^codecov.yml$
^codemeta\.json$
^config\.log$
^config\.status$
^cran-comments\.md$
^data-raw$
^doc$
^docs$
^docs\/.*$
^Dockerfile$
^icd.*\.out$
^icd\.Rcheck$
^icd_.*tar\.gz
^inst\/doc\/benchresults\\.ods$
^.*efficiency.*_files$
^.*efficiency.*\.knit\..*$
^.*efficiency.*\.utf8\..*$
^.*country-lang-vers.*_files$
^.*country-lang-vers.*\.knit\..*$
^.*country-lang-vers.*\.utf8\..*$
^lib-bench$
^man-roxygen$
_pkgdown\.yml$
^revdep$
^src\/.*\.gc(da|h|no|ov)$
^src\/.*\.o$
^src\/.*_cache.*
^src\/.*include-dependencies(\.d)?$
^src\/.clang-(format|tidy)$
^src\/\.aspell$
^src\/\.cproject$
^src\/\.externalToolBuilders$
^src\/\.lintr$
^src\/icd.*\.dll$
^src\/icd.*\.so$
^src\/test-cpp.*$
^src\/test-runner.*$
^tools$
^.*\.tex$
^vignettes\/efficiency-prebuilt\.(Rmd|tex)$
^vignettes\/efficiency-prebuilt_cache$
^vignettes\/country-lang-vers-prebuilt\.(Rmd|tex)$
^vignettes\/jss\..*$