forked from cropsinsilico/BML-yggdrasil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Rbuildignore
More file actions
61 lines (48 loc) · 1.49 KB
/
.Rbuildignore
File metadata and controls
61 lines (48 loc) · 1.49 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
# WARNING: The .Rbuildignore syntax has no way to indicate a comment, so all the
# lines in this file that begin with `#` are actually commands to exclude files
# with peculiar names that include substrings like `# subdirectories.`. For this
# reason, there should not be any blank comment lines, because they would
# exclude any files with `#` in the filename, possibly causing confusing issues.
^.*\.Rproj$
# Designates the directory as an RStudio Project.
^\.Rproj\.user$
# Used by RStudio for temporary files.
/\.RData
# Only a root level .RData file is ignored by default.
^vignettes/.*\.aux$
^vignettes/.*\.log$
^vignettes/.*\.out$
^vignettes/.*\.tex$
^vignettes/.*\.toc$
# Vignette-build by-products
^src/framework/.clang-format$
^src/framework/.editorconfig$
^src/framework/.git$
# Files from the `framework` submodule
^inc/.editorconfig$
^inc/.git$
# Files from the `inc` submodule
^vignettes/[^/]*\.pdf$
^vignettes/figure$
# Only exclude PDFs in the vignettes directory itself, not those in
# subdirectories.
^.*\.gz$
# If these files occur only as by-products of building vignettes, this could be
# made more specific: ^vignettes/.*\.gz
^tags$
# Not sure what produces these files.
^\.github$
# GitHub actions and workflows.
^src/.*\.o$
^src/.*\.so$
^src/.*\.dll$
# C++ build by-products.
^\.clang-format$
^\.editorconfig$
^skelBML_description$
^skelBML_license\.md$
^docs$
^script$
# Other files related to package development.
^LICENSE\.md$
# Required to be in the repository but not allowed on CRAN