Skip to content

Commit acd32e3

Browse files
committed
Ignore local check/build artifacts and codex files
1 parent 74c2c2e commit acd32e3

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.Rbuildignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ README.md
1111
^_pkgdown\.yml$
1212
^pkgdown$
1313
^\.lintr$
14+
^FDboost\.Rcheck$
15+
^FDboost\.Rcheck/
16+
^.*\.tar\.gz$
17+
^\.codex$
18+
^docs$
19+
^docs/

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
/vignettes/*.gz
88
doc
99
Meta
10+
FDboost.Rcheck/
11+
*.tar.gz
12+
.codex
13+
Rplots.pdf
14+
docs/

0 commit comments

Comments
 (0)