aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-30 16:14:15 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-30 16:14:15 +0100
commit39d202b0a0f833c756bc98fb4961483de1b15353 (patch)
treeb2228df685c434d91e0f16d051775cba103d56dd
parente6bb9654679f43af6958d6e28cb5206abb91d574 (diff)
Ignore windows binary builds in git and in R package
-rw-r--r--.Rbuildignore1
-rw-r--r--.gitignore1
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$
diff --git a/.gitignore b/.gitignore
index b764d36..69496a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*\.log
pfm*\.tar.gz
+pfm*\.zip
pfm\.Rcheck
pkg/ChangeLog
test.R

Contact - Imprint