Skip to content

Commit eff4359

Browse files
committed
correct .gitignore to not ignore pdf files for vignettes
1 parent e7c295d commit eff4359

12 files changed

+5
-2
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
* inst/include/Rcpp/lang.h: Remove spurious whitespace
44

5+
* vignettes/.gitignore: Refined to no longer ignore pdf files
6+
* vignettes/pdf/*: Added
7+
58
* inst/NEWS.Rd: Updated for two PRs
69

710
2020-10-21 Dirk Eddelbuettel <[email protected]>

vignettes/.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Rcpp-*.bbl
55
Rcpp-*.blg
66
Rcpp-*.log
77
Rcpp-*.tex
8-
Rcpp-*.pdf
98
unitTests-results/
10-
rmd/figures/bootstrap.pdf
9+
rmd/figures/bootstrap.pdf
10+
rmd/OLDbackup

vignettes/pdf/Rcpp-FAQ.pdf

162 KB
Binary file not shown.

vignettes/pdf/Rcpp-attributes.pdf

88.4 KB
Binary file not shown.

vignettes/pdf/Rcpp-extending.pdf

51.9 KB
Binary file not shown.

vignettes/pdf/Rcpp-introduction.pdf

276 KB
Binary file not shown.

vignettes/pdf/Rcpp-jss-2011.pdf

174 KB
Binary file not shown.

vignettes/pdf/Rcpp-libraries.pdf

74.7 KB
Binary file not shown.

vignettes/pdf/Rcpp-modules.pdf

109 KB
Binary file not shown.

vignettes/pdf/Rcpp-package.pdf

73 KB
Binary file not shown.

0 commit comments

Comments
 (0)