Add R package ignores to vendor.yml

Ignore vignette and external data directories which contain no R source code
This commit is contained in:
Julian Gehring
2014-04-03 21:29:18 +02:00
parent f39456ee47
commit 9ae0bdbb43

View File

@@ -182,3 +182,7 @@
# .DS_Store's
- .[Dd][Ss]_[Ss]tore$
# R packages
- vignettes/
- inst/extdata/