forked from Rdatatable/data.table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Rbuildignore
More file actions
54 lines (46 loc) · 672 Bytes
/
.Rbuildignore
File metadata and controls
54 lines (46 loc) · 672 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
.dir-locals.el
.check.translations.R
^\.Rprofile$
^data\.table_.*\.tar\.gz$
^config\.log$
^vignettes/plots/figures$
^\.Renviron$
^[^/]+\.R$
^[^/]+\.csv$
^[^/]+\.csvy$
^[^/]+\.RDS$
^[^/]+\.diff$
^[^/]+\.patch$
^\.ci$
^\.dev$
^\.devcontainer$
^\.graphics$
^\.github$
^\.vscode$
^\.zed$
^\.gitlab-ci\.yml$
^Makefile$
^NEWS\.0\.md$
^NEWS\.1\.md$
^_pkgdown\.yml$
^src/Makevars$
^CODEOWNERS$
^GOVERNANCE\.md$
^Seal_of_Approval\.md$
^\.RData$
^\.Rhistory$
^\.emacs\.desktop
^\.emacs\.desktop\.lock
^.*\.Rproj$
^\.Rproj\.user$
^\.idea$
^\.libs$
^.*\.dll$
^bus$
^pkgdown$
^docs$
^lib$
^library$
^devwd$
# only the inst/po compressed files are needed, not raw .pot/.po
^po$