Skip to content

Commit 7319160

Browse files
author
fabian-s
committed
ignore revdep
1 parent ee7ece7 commit 7319160

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ attic
1616
CONTRIBUTING.md
1717
^CRAN-SUBMISSION$
1818
^cran-comments\.md$
19+
revdep

.gitignore

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,38 @@
11
# History files
22
.Rhistory
33
.Rapp.history
4-
54
# Session Data files
65
.RData
76
.RDataTmp
8-
97
# User-specific files
108
.Ruserdata
11-
129
# Example code in package build process
1310
*-Ex.R
14-
1511
# Output files from R CMD build
1612
/*.tar.gz
17-
1813
# Output files from R CMD check
1914
/*.Rcheck/
20-
2115
# RStudio files
2216
.Rproj.user/
23-
2417
# produced vignettes
2518
vignettes/*.html
2619
vignettes/*.pdf
27-
2820
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3
2921
.httr-oauth
30-
3122
# knitr and R markdown default cache directories
3223
*_cache/
3324
/cache/
34-
3525
# Temporary files created by R markdown
3626
*.utf8.md
3727
*.knit.md
38-
3928
# R Environment Variables
4029
.Renviron
41-
4230
# pkgdown site
4331
docs/
44-
4532
# translation temp files
4633
po/*~
47-
4834
# RStudio Connect folder
4935
rsconnect/
50-
5136
# macOS
5237
.DS_Store
38+
revdep

0 commit comments

Comments
 (0)