diff options
| author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-30 16:17:49 +0100 | 
|---|---|---|
| committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-30 16:17:49 +0100 | 
| commit | ac655f0c05b184ddffe64b3b37d1682998dfd5cc (patch) | |
| tree | 403b5242ead550137695988c1310987ca297eef6 | |
| parent | 5b0eeadaa80812f322f8c47576a16930a561286f (diff) | |
Ignore windows binary builds in git repo and R package
| -rw-r--r-- | .Rbuildignore | 1 | ||||
| -rw-r--r-- | .gitignore | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/.Rbuildignore b/.Rbuildignore index 57631bc..bc6b972 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,6 +1,7 @@  GNUmakefile  README.html  gmkin_.*\.tar\.gz +gmkin_.*\.zip  gmkin_screenshot.png  Rprofile  vignettes/.build.timestamp @@ -3,6 +3,7 @@ cache/*  gmkin.Rcheck/*  gmkin*.tar  gmkin*.tar.gz +gmkin*.zip  inst/web*  vignettes/cache  vignettes/gmkin_manual_cache | 
