From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 7 Mar 2017 02:01:42 +0000 (+0100)
Subject: ignore generated binary files while debugging
X-Git-Url: https://git.auder.net/variants/Chakart/css/current/scripts/img/mini-custom.min.css?a=commitdiff_plain;h=dc646a9749509ce4c52079d456f6967e9ac833b5;p=epclust.git

ignore generated binary files while debugging
---

diff --git a/.gitignore b/.gitignore
index 90472d7..af4c22c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,9 @@
 *~
 *.swp
 
+#ignore binary files generated by claws() [TEMPORARY, DEBUG]
+.epclust_bin/
+
 #ignore R session files
 .Rhistory
 .RData
diff --git a/epclust/R/main.R b/epclust/R/main.R
index b09e934..a982f4c 100644
--- a/epclust/R/main.R
+++ b/epclust/R/main.R
@@ -131,7 +131,7 @@ claws = function(getSeries, K1, K2,
 	nbytes = .toInteger(nbytes, function(x) x==4 || x==8)
 
 	# Serialize series if required, to always use a function
-	bin_dir = ".epclust.bin/"
+	bin_dir = ".epclust_bin/"
 	dir.create(bin_dir, showWarnings=FALSE, mode="0755")
 	if (!is.function(getSeries))
 	{