Skip to content

Commit 0262c0c

Browse files
committed
correct previous commit and remove the actual removal from cleanup
1 parent 7366dbf commit 0262c0c

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ vignettes/notyet
1212
doxyfile
1313
.travis.yml
1414
.dir-locals.el
15-
Rcpp/build/Rcpp.pdf

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
2014-06-08 Dirk Eddelbuettel <edd@debian.org>
22

3-
* .Rbuildignore: Added 'Rcpp/build/Rcpp.pdf' per request of Uwe / CRAN
3+
* cleanup: Do not remove 'build/Rcpp.pdf', thanks to hint by Kurt / CRAN
44

55
2014-06-06 Dirk Eddelbuettel <edd@debian.org>
66

cleanup

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ rm -f confdefs.h config.log config.status \
2222
inst/unitTests/testRcppClass/src/*.o \
2323
inst/unitTests/testRcppClass/src/*.so \
2424
src/Makedeps libRcpp.a \
25-
build/Rcpp.pdf \
2625
src/symbols.rds \
2726
inst/unitTests/testRcppClass/src/symbols.rds \
2827
vignettes/*.aux vignettes/*.log vignettes/*.out \

0 commit comments

Comments
 (0)