-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
43 lines (38 loc) · 993 Bytes
/
.gitignore
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
# Ignore global tests and related data in Bioconductor due to processing time
inst/extdata/unit_test_run*
tests/testthat/test_global.R
# Ignore analyze results as it induced a circular dependency on Bioconductor's building server
tests/testthat/test_analyzeResults.R
# Files
*.swp
*.Rhistory
R/Rplots.pdf
.Rbuildignore
*.Rproj
.RData
*.old
*.log
# Folders
ignore
inst/doc
tests/testthat/output/
builds/
# Vignette output
vignettes/my_vignette.pdf
vignettes/testout/
vignettes/testoutstat/
vignettes/vignette_run/
vignettes/data/
# Dev. test file
tests/testthat/*devtest.R
hidden_file_ext = (
".renviron", ".rprofile", ".rproj", ".rproj.user", ".rhistory",
".rapp.history", ".o", ".sl", ".so", ".dylib", ".a", ".dll",
".def", ".ds_store", "unsrturl.bst", ".log", ".aux", ".backups",
".cproject", ".directory", ".dropbox", ".exrc", ".gdb.history",
".gitattributes", ".gitmodules", ".hgtags", ".project", ".seed",
".settings", ".tm_properties"
)
.Rproj.user
doc
Meta