diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-30 16:14:15 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-01-30 16:14:15 +0100 |
commit | 39d202b0a0f833c756bc98fb4961483de1b15353 (patch) | |
tree | b2228df685c434d91e0f16d051775cba103d56dd | |
parent | e6bb9654679f43af6958d6e28cb5206abb91d574 (diff) |
Ignore windows binary builds in git and in 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 59d7984..005f437 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -1,4 +1,5 @@ ^pfm_.*.tar.gz +^pfm_.*.zip ^GNUmakefile$ ^README.rmd$ ^00003s_pa.cwa$ @@ -1,5 +1,6 @@ *\.log pfm*\.tar.gz +pfm*\.zip pfm\.Rcheck pkg/ChangeLog test.R |