aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-30 16:17:49 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-30 16:17:49 +0100
commitac655f0c05b184ddffe64b3b37d1682998dfd5cc (patch)
tree403b5242ead550137695988c1310987ca297eef6
parent5b0eeadaa80812f322f8c47576a16930a561286f (diff)
Ignore windows binary builds in git repo and R package
-rw-r--r--.Rbuildignore1
-rw-r--r--.gitignore1
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
diff --git a/.gitignore b/.gitignore
index 9dde933..21b5d1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ cache/*
gmkin.Rcheck/*
gmkin*.tar
gmkin*.tar.gz
+gmkin*.zip
inst/web*
vignettes/cache
vignettes/gmkin_manual_cache

Contact - Imprint